| default_install_hook_types: |
| - pre-commit |
| - commit-msg |
| - pre-push |
| |
| default_stages: |
| - commit |
| - push |
| |
| repos: |
| - hooks: |
| - id: check-toml |
| - id: check-yaml |
| - id: end-of-file-fixer |
| - id: mixed-line-ending |
| repo: https://github.com/pre-commit/pre-commit-hooks |
| rev: v4.4.0 |
| - repo: https://github.com/commitizen-tools/commitizen |
| rev: 3.8.0 # automatically updated by Commitizen |
| hooks: |
| - id: commitizen |
| stages: [commit-msg] |
| - hooks: |
| - id: flake8 |
| repo: https://github.com/pycqa/flake8 |
| rev: 6.1.0 |
| - hooks: |
| - id: black |
| repo: https://github.com/psf/black |
| rev: 23.7.0 |
| - hooks: |
| - args: |
| - --profile |
| - black |
| id: isort |
| repo: https://github.com/PyCQA/isort |
| rev: 5.12.0 |