[stubsabot] Bump pep8-naming to 0.14.* (#11924)

This commit is contained in:
github-actions[bot]
2024-05-21 11:42:34 +02:00
committed by GitHub
parent c7664eed12
commit 9a86dcd21a
2 changed files with 1 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
version = "0.13.*"
version = "0.14.*"
upstream_repository = "https://github.com/PyCQA/pep8-naming"
partial_stub = true

View File

@@ -6,7 +6,6 @@ from typing import Any
__version__: str
PYTHON_VERSION: tuple[int, int, int]
CLASS_METHODS: frozenset[str]
METACLASS_BASES: frozenset[str]
METHOD_CONTAINER_NODES: set[ast.AST]