We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 171e6f8 commit b69060aCopy full SHA for b69060a
.pre-commit-config.yaml
@@ -4,11 +4,11 @@ repos:
4
hooks:
5
- id: black
6
- repo: https://github.com/pycqa/isort
7
- rev: 5.12.0 # must match test-requirements.txt
+ rev: 5.11.5 # must match test-requirements.txt (cannot use version 5.12 until python 3.7 support is dropped)
8
9
- id: isort
10
- repo: https://github.com/pycqa/flake8
11
- rev: 6.0.0 # must match test-requirements.txt
+ rev: 5.0.4 # must match test-requirements.txt (cannot use version 6 until python 3.7 support is dropped)
12
13
- id: flake8
14
additional_dependencies:
0 commit comments