Bump flake8 to 7.1.1

Bump flake8 version to 7.1.1 and fix resulting minor syntax errors.

Change-Id: I7368258dd5697709f60e9011787e03d06d43f2be
Signed-off-by: Myles Penner <myles.penner@canonical.com>
This commit is contained in:
Myles Penner
2025-10-24 15:57:03 -07:00
parent cecb0128bb
commit 9bcf100bb4

View File

@@ -66,7 +66,7 @@ deps =
[testenv:pep8]
basepython = python3
deps =
flake8>=6.0.0
flake8>=7.1.1
git+https://github.com/juju/charm-tools.git
commands =
python -m flake8 {posargs} hooks unit_tests tests actions files lib