From bb2941c611561f3bc29bf352ecd8f967e764d1e3 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Sun, 30 Mar 2025 00:16:06 +0000 Subject: [PATCH] [stubsabot] Bump flake8 to 7.2.* Release: https://pypi.org/pypi/flake8/7.2.0 Homepage: https://github.com/pycqa/flake8 Repository: https://github.com/pycqa/flake8 Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/flake8 Diff: https://github.com/pycqa/flake8/compare/7.1.2...7.2.0 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 44. - Total lines of Python code deleted: 61. 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/flake8/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/flake8/METADATA.toml b/stubs/flake8/METADATA.toml index 8400594dc7ac..e327bf388ff5 100644 --- a/stubs/flake8/METADATA.toml +++ b/stubs/flake8/METADATA.toml @@ -1,3 +1,3 @@ -version = "7.1.*" +version = "7.2.*" upstream_repository = "https://github.com/pycqa/flake8" requires = ["types-pyflakes"]