| exclude: 'node_modules|.git' |
| - repo: https://github.com/pre-commit/pre-commit-hooks |
| - id: trailing-whitespace |
| exclude: ".*json$|.*txt$|.*csv|.*md" |
| - id: no-commit-to-branch |
| args: ['--branch', 'develop'] |
| - id: check-merge-conflict |
| - repo: https://github.com/PyCQA/flake8 |
| additional_dependencies: [ |
| args: ['--config', '.github/helper/.flake8_strict'] |
| - repo: https://github.com/adityahase/black |
| rev: 9cb0a69f4d0030cdf687eddf314468b39ed54119 |
| additional_dependencies: ['click==8.0.4'] |
| - repo: https://github.com/PyCQA/isort |
| autoupdate_schedule: weekly |