File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
additional_dependencies :
33
33
- " flake8-bugbear==23.1.14" # must match requirements-tests.txt
34
34
- " flake8-noqa==1.3.0" # must match requirements-tests.txt
35
- - " flake8-pyi==23.1.1 " # must match requirements-tests.txt
35
+ - " flake8-pyi==23.1.2 " # must match requirements-tests.txt
36
36
- repo : https://github.com/pre-commit/mirrors-prettier
37
37
rev : v3.0.0-alpha.4
38
38
python_requirement : false
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ black==22.12.0 # must match .pre-commit-confi
3
3
flake8==6.0.0; python_version >= "3.8" # must match .pre-commit-config.yaml
4
4
flake8-bugbear==23.1.14; python_version >= "3.8" # must match .pre-commit-config.yaml
5
5
flake8-noqa==1.3.0; python_version >= "3.8" # must match .pre-commit-config.yaml
6
- flake8-pyi==23.1.1 ; python_version >= "3.8" # must match .pre-commit-config.yaml
6
+ flake8-pyi==23.1.2 ; python_version >= "3.8" # must match .pre-commit-config.yaml
7
7
isort==5.12.0; python_version >= "3.8" # must match .pre-commit-config.yaml
8
8
mypy==0.991
9
9
packaging==23.0
You can’t perform that action at this time.
0 commit comments