File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 8
8
hooks :
9
9
- id : isort
10
10
- repo : https://github.com/pycqa/flake8
11
- rev : 3.9.2 # must match test-requirements.txt
11
+ rev : 5.0.4 # must match test-requirements.txt
12
12
hooks :
13
13
- id : flake8
14
14
additional_dependencies :
15
- - flake8-bugbear==22.7.1 # must match test-requirements.txt
16
- - flake8-noqa==1.2.8 # must match test-requirements.txt
15
+ - flake8-bugbear==22.8.23 # must match test-requirements.txt
16
+ - flake8-noqa==1.2.9 # must match test-requirements.txt
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ attrs>=18.0
4
4
black==22.6.0 # must match version in .pre-commit-config.yaml
5
5
filelock>=3.3.0,<3.4.2; python_version<'3.7'
6
6
filelock>=3.3.0; python_version>='3.7'
7
- flake8==3.9.2 # must match version in .pre-commit-config.yaml
8
- flake8-bugbear==22.7.1 # must match version in .pre-commit-config.yaml
9
- flake8-noqa==1.2.8 # must match version in .pre-commit-config.yaml
7
+ flake8==5.0.4 # must match version in .pre-commit-config.yaml
8
+ flake8-bugbear==22.8.23 # must match version in .pre-commit-config.yaml
9
+ flake8-noqa==1.2.9 # must match version in .pre-commit-config.yaml
10
10
isort[colors]==5.10.1 # must match version in .pre-commit-config.yaml
11
11
lxml>=4.4.0; python_version<'3.11'
12
12
psutil>=4.0
@@ -19,4 +19,3 @@ py>=1.5.2
19
19
typed_ast>=1.5.4,<2; python_version>='3.8'
20
20
setuptools!=50
21
21
six
22
- importlib-metadata>=4.6.1,<5.0.0
You can’t perform that action at this time.
0 commit comments