mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
[stubsabot] Bump pep8-naming to 0.14.* (#11924)
This commit is contained in:
committed by
GitHub
parent
c7664eed12
commit
9a86dcd21a
@@ -1,4 +1,4 @@
|
||||
version = "0.13.*"
|
||||
version = "0.14.*"
|
||||
upstream_repository = "https://github.com/PyCQA/pep8-naming"
|
||||
partial_stub = true
|
||||
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user