Skip to content

Commit b69060a

Browse files
authored
Synchronize test-requirements.txt and .pre-commit-config.yaml (#15197)
The two files got out of sync after #15167
1 parent 171e6f8 commit b69060a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ repos:
44
hooks:
55
- id: black
66
- repo: https://github.com/pycqa/isort
7-
rev: 5.12.0 # must match test-requirements.txt
7+
rev: 5.11.5 # must match test-requirements.txt (cannot use version 5.12 until python 3.7 support is dropped)
88
hooks:
99
- id: isort
1010
- repo: https://github.com/pycqa/flake8
11-
rev: 6.0.0 # must match test-requirements.txt
11+
rev: 5.0.4 # must match test-requirements.txt (cannot use version 6 until python 3.7 support is dropped)
1212
hooks:
1313
- id: flake8
1414
additional_dependencies:

0 commit comments

Comments
 (0)