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