Bump flake8-pyi to 24.6.0 (#12132)

This commit is contained in:
Alex Waygood
2024-06-12 11:46:23 +01:00
committed by GitHub
parent 804a58165a
commit 9197ace5ec
9 changed files with 24 additions and 28 deletions

View File

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