mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-15 08:17:07 +08:00
[stubsabot] Bump pep8-naming to 0.13.* (#8181)
* [stubsabot] Bump pep8-naming to 0.13.* * Bye bye Python 2 Co-authored-by: hauntsaninja <> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
version = "0.12.*"
|
||||
version = "0.13.*"
|
||||
|
||||
@@ -6,7 +6,6 @@ from typing import Any
|
||||
__version__: str
|
||||
|
||||
PYTHON_VERSION: tuple[int, int, int]
|
||||
PY2: bool
|
||||
CLASS_METHODS: frozenset[str]
|
||||
METACLASS_BASES: frozenset[str]
|
||||
METHOD_CONTAINER_NODES: set[ast.AST]
|
||||
|
||||
Reference in New Issue
Block a user