|
|
@@ -22,6 +22,16 @@ repos: |
|
|
|
- id: black |
|
|
|
additional_dependencies: ['click==8.0.4'] |
|
|
|
|
|
|
|
- repo: https://gitlab.com/pycqa/flake8 |
|
|
|
rev: 3.9.2 |
|
|
|
hooks: |
|
|
|
- id: flake8 |
|
|
|
additional_dependencies: [ |
|
|
|
'flake8-bugbear', |
|
|
|
] |
|
|
|
args: ['--config', '.github/helper/flake8.conf'] |
|
|
|
exclude: ".*setup.py$" |
|
|
|
|
|
|
|
- repo: https://github.com/timothycrosley/isort |
|
|
|
rev: 5.9.1 |
|
|
|
hooks: |
|
|
|