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

@@ -8,10 +8,6 @@ extend-ignore = Y090
per-file-ignores =
# We should only need to noqa Y and F821 codes in .pyi files
*.py: NQA
# Ignore Y052 in this file: there are loads of false positives
# due to the fact that flake8-pyi doesn't understand subclasses of `CoerciveEnum`
# as being enum classes
stubs/fpdf2/fpdf/enums.pyi: Y052
# Generated protobuf files:
# Y021: Include docstrings
# Y023: Alias typing as typing_extensions