| repos: | |
| - repo: https://github.com/psf/black | |
| rev: 22.6.0 # must match test-requirements.txt | |
| hooks: | |
| - id: black | |
| - repo: https://github.com/pycqa/isort | |
| rev: 5.10.1 # must match test-requirements.txt | |
| hooks: | |
| - id: isort | |
| - repo: https://github.com/pycqa/flake8 | |
| rev: 5.0.4 # must match test-requirements.txt | |
| hooks: | |
| - id: flake8 | |
| additional_dependencies: | |
| - flake8-bugbear==22.8.23 # must match test-requirements.txt | |
| - flake8-noqa==1.2.9 # must match test-requirements.txt |