Skip to content

Commit

Permalink
Synchronize test-requirements.txt and .pre-commit-config.yaml (#15197)
Browse files Browse the repository at this point in the history
The two files got out of sync after #15167
  • Loading branch information
hamdanal authored May 6, 2023
1 parent 171e6f8 commit b69060a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ repos:
hooks:
- id: black
- repo: https://github.com/pycqa/isort
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)
hooks:
- id: isort
- repo: https://github.com/pycqa/flake8
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)
hooks:
- id: flake8
additional_dependencies:
Expand Down

0 comments on commit b69060a

Please sign in to comment.