flake8 version update

flake8 version is updated from 3.9.2 to 7.1.1 following charm-nova-compute
it helps correcting tox -e pep8 test

Closes-Bug: #2097499
Change-Id: I64e4669fdf3e4b1211125a5978dd76b905175058
This commit is contained in:
Vinit Chacharia 2025-02-07 09:35:44 +05:30
parent 71c909acd3
commit 76d40b054e

View File

@ -65,7 +65,7 @@ deps = -r{toxinidir}/requirements.txt
[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