File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 38
38
- id : flake8
39
39
additional_dependencies :
40
40
- " flake8-noqa==1.4.0" # must match requirements-tests.txt
41
- - " flake8-pyi==24.1 .0" # must match requirements-tests.txt
41
+ - " flake8-pyi==24.3 .0" # must match requirements-tests.txt
42
42
types : [file]
43
43
types_or : [python, pyi]
44
44
- repo : meta
Original file line number Diff line number Diff line change 4
4
black==24.1.1 # must match .pre-commit-config.yaml
5
5
flake8==7.0.0 # must match .pre-commit-config.yaml
6
6
flake8-noqa==1.4.0 # must match .pre-commit-config.yaml
7
- flake8-pyi==24.1 .0 # must match .pre-commit-config.yaml
7
+ flake8-pyi==24.3 .0 # must match .pre-commit-config.yaml
8
8
mypy==1.9.0
9
9
pre-commit-hooks==4.5.0 # must match .pre-commit-config.yaml
10
10
pytype==2024.2.27; platform_system != "Windows" and python_version < "3.12"
You can’t perform that action at this time.
0 commit comments