From 78c2f5236b9267799a88c29e2bdcf8b839a7963b Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Wed, 30 Apr 2025 00:15:23 +0000 Subject: [PATCH] [stubsabot] Bump pep8-naming to 0.15.* Release: https://pypi.org/pypi/pep8-naming/0.15.0 Homepage: https://github.com/PyCQA/pep8-naming Repository: https://github.com/PyCQA/pep8-naming Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/pep8-naming Changelog: https://github.com/PyCQA/pep8-naming/blob/main/CHANGELOG.rst Diff: https://github.com/PyCQA/pep8-naming/compare/0.14.1...0.15.0 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 212. - Total lines of Python code deleted: 76. If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR Note that you will need to close and re-open the PR in order to trigger CI --- stubs/pep8-naming/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/pep8-naming/METADATA.toml b/stubs/pep8-naming/METADATA.toml index a922d35ede9e..7f9d2dc3ec32 100644 --- a/stubs/pep8-naming/METADATA.toml +++ b/stubs/pep8-naming/METADATA.toml @@ -1,2 +1,2 @@ -version = "0.14.*" +version = "0.15.*" upstream_repository = "https://github.com/PyCQA/pep8-naming"