pre-commit:
  piped: true
  commands:
    isort:
      priority: 1
      run: isort {staged_files} --color
      glob: "*.py"
    black:
      priority: 2
      run: black {staged_files} --color
      glob: "*.py"

remotes:
  - git_url: git@git.senior.com.br:devops/lefthook-templates.git
    configs:
      - commitlint.lefthook.yml