Bump flake8-pyi to 24.4.0 (#11745)

This commit is contained in:
Alex Waygood
2024-04-11 13:05:46 +01:00
committed by GitHub
parent c6e0466254
commit 6883b80f52
4 changed files with 6 additions and 7 deletions

View File

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