Bump flake8-pyi to 25.5.0 (#14140)

This commit is contained in:
Alex Waygood
2025-05-25 19:16:39 +01:00
committed by GitHub
parent e8cd48faaf
commit c724377f1a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
# F821: Typeshed is a testing ground for flake8-pyi, which monkeypatches F821
select = Y, F821
# Ignore rules normally excluded by default
extend-ignore = Y090
extend-ignore = Y090,Y091
per-file-ignores =
# Generated protobuf files:
# Y021: Include docstrings
+1 -1
View File
@@ -36,7 +36,7 @@ repos:
- id: flake8
language: python
additional_dependencies:
- "flake8-pyi==24.9.0"
- "flake8-pyi==25.5.0"
types: [file]
types_or: [python, pyi]
- repo: meta
@@ -180,7 +180,7 @@ class Globable:
def globincluding(self, magicchar): ...
def globexcluding(self, excluded): ...
def pushending(self, ending, optional: bool = False) -> None: ...
def popending(self, expected: Incomplete | None = None): ...
def popending(self, expected=None): ...
def nextending(self): ...
class EndingList: