Bump flake8-pyi to 24.3.0 (#11560)

This commit is contained in:
Alex Waygood
2024-03-10 14:03:13 +00:00
committed by GitHub
parent 88fa182253
commit e085a00a8e
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ repos:
- id: flake8
additional_dependencies:
- "flake8-noqa==1.4.0" # must match requirements-tests.txt
- "flake8-pyi==24.1.0" # must match requirements-tests.txt
- "flake8-pyi==24.3.0" # must match requirements-tests.txt
types: [file]
types_or: [python, pyi]
- repo: meta

View File

@@ -4,7 +4,7 @@
black==24.1.1 # must match .pre-commit-config.yaml
flake8==7.0.0 # must match .pre-commit-config.yaml
flake8-noqa==1.4.0 # must match .pre-commit-config.yaml
flake8-pyi==24.1.0 # must match .pre-commit-config.yaml
flake8-pyi==24.3.0 # must match .pre-commit-config.yaml
mypy==1.9.0
pre-commit-hooks==4.5.0 # must match .pre-commit-config.yaml
pytype==2024.2.27; platform_system != "Windows" and python_version < "3.12"