Skip to content

Commit

Permalink
Bump flake8 test dependencies; remove importlib_metadata as a tes…
Browse files Browse the repository at this point in the history
…t dependency (#13555)
  • Loading branch information
AlexWaygood committed Aug 29, 2022
1 parent f04e314 commit d9bdd6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ repos:
hooks:
- id: isort
- repo: https://github.com/pycqa/flake8
rev: 3.9.2 # must match test-requirements.txt
rev: 5.0.4 # must match test-requirements.txt
hooks:
- id: flake8
additional_dependencies:
- flake8-bugbear==22.7.1 # must match test-requirements.txt
- flake8-noqa==1.2.8 # must match test-requirements.txt
- flake8-bugbear==22.8.23 # must match test-requirements.txt
- flake8-noqa==1.2.9 # must match test-requirements.txt
7 changes: 3 additions & 4 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ attrs>=18.0
black==22.6.0 # must match version in .pre-commit-config.yaml
filelock>=3.3.0,<3.4.2; python_version<'3.7'
filelock>=3.3.0; python_version>='3.7'
flake8==3.9.2 # must match version in .pre-commit-config.yaml
flake8-bugbear==22.7.1 # must match version in .pre-commit-config.yaml
flake8-noqa==1.2.8 # must match version in .pre-commit-config.yaml
flake8==5.0.4 # must match version in .pre-commit-config.yaml
flake8-bugbear==22.8.23 # must match version in .pre-commit-config.yaml
flake8-noqa==1.2.9 # must match version in .pre-commit-config.yaml
isort[colors]==5.10.1 # must match version in .pre-commit-config.yaml
lxml>=4.4.0; python_version<'3.11'
psutil>=4.0
Expand All @@ -19,4 +19,3 @@ py>=1.5.2
typed_ast>=1.5.4,<2; python_version>='3.8'
setuptools!=50
six
importlib-metadata>=4.6.1,<5.0.0

0 comments on commit d9bdd6d

Please sign in to comment.