Fix pep8 error

Summary of changes:
- Fix minor formatting error triggered by upgrade from flake8
 3.9.2 -> 7.1.1.
- Bump flake8 for py312 compatibility (see related-pr)

Related-PR: https://github.com/openstack-charmers/release-tools/pull/301
Change-Id: Id0f53ee333833b62078c0f5bedd3e55e63cfd422
This commit is contained in:
Myles Penner 2024-08-19 14:34:24 -07:00
parent a4ce151ccc
commit ccfd346a4d
2 changed files with 2 additions and 2 deletions

View File

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