File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 88 hooks :
99 - id : isort
1010 - 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
1212 hooks :
1313 - id : flake8
1414 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
44black==22.6.0 # must match version in .pre-commit-config.yaml
55filelock>=3.3.0,<3.4.2; python_version<'3.7'
66filelock>=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
1010isort[colors]==5.10.1 # must match version in .pre-commit-config.yaml
1111lxml>=4.4.0; python_version<'3.11'
1212psutil>=4.0
@@ -19,4 +19,3 @@ py>=1.5.2
1919typed_ast>=1.5.4,<2; python_version>='3.8'
2020setuptools!=50
2121six
22- importlib-metadata>=4.6.1,<5.0.0
You can’t perform that action at this time.
0 commit comments