From 329edb0a2d8785a671125f3735cbf41ee6716e1e Mon Sep 17 00:00:00 2001 From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Sun, 26 Jun 2022 18:30:29 +0530 Subject: [PATCH] [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 --- stubs/pep8-naming/METADATA.toml | 2 +- stubs/pep8-naming/pep8ext_naming.pyi | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/stubs/pep8-naming/METADATA.toml b/stubs/pep8-naming/METADATA.toml index 050b0f8be..9f7bb49c0 100644 --- a/stubs/pep8-naming/METADATA.toml +++ b/stubs/pep8-naming/METADATA.toml @@ -1 +1 @@ -version = "0.12.*" +version = "0.13.*" diff --git a/stubs/pep8-naming/pep8ext_naming.pyi b/stubs/pep8-naming/pep8ext_naming.pyi index eb05c0944..20c711918 100644 --- a/stubs/pep8-naming/pep8ext_naming.pyi +++ b/stubs/pep8-naming/pep8ext_naming.pyi @@ -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]