Skip to content

Commit e085a00

Browse files
authored
Bump flake8-pyi to 24.3.0 (#11560)
1 parent 88fa182 commit e085a00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repos:
3838
- id: flake8
3939
additional_dependencies:
4040
- "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
4242
types: [file]
4343
types_or: [python, pyi]
4444
- repo: meta

requirements-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
black==24.1.1 # must match .pre-commit-config.yaml
55
flake8==7.0.0 # must match .pre-commit-config.yaml
66
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
88
mypy==1.9.0
99
pre-commit-hooks==4.5.0 # must match .pre-commit-config.yaml
1010
pytype==2024.2.27; platform_system != "Windows" and python_version < "3.12"

0 commit comments

Comments
 (0)