[stubsabot] Bump flake8 to 7.1.* (#12139)

Release: https://pypi.org/pypi/flake8/7.1.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.0.0...7.1.0

Stubsabot analysis of the diff between the two releases:
 - Total lines of Python code added: 7.
 - Total lines of Python code deleted: 3.
This commit is contained in:
github-actions[bot]
2024-06-16 01:18:56 +01:00
committed by GitHub
parent 114409d49b
commit 340935b8b8

View File

@@ -1,3 +1,3 @@
version = "7.0.*"
version = "7.1.*"
upstream_repository = "https://github.com/pycqa/flake8"
requires = ["types-pyflakes"]