Skip to content

Commit

Permalink
[stubsabot] Bump pep8-naming to 0.14.* (python#11924)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 21, 2024
1 parent c7664ee commit 9a86dcd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion stubs/pep8-naming/METADATA.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "0.13.*"
version = "0.14.*"
upstream_repository = "https://github.com/PyCQA/pep8-naming"
partial_stub = true

Expand Down
1 change: 0 additions & 1 deletion stubs/pep8-naming/pep8ext_naming.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 9a86dcd

Please sign in to comment.