[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:
Shantanu
2022-06-26 18:30:29 +05:30
committed by GitHub
parent feb54c8cb0
commit 329edb0a2d
2 changed files with 1 additions and 2 deletions

View File

@@ -1 +1 @@
version = "0.12.*"
version = "0.13.*"

View File

@@ -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]