containerbuildsystem / cachi2

GNU General Public License v3.0
7 stars 25 forks source link

fix flake8 errors for everyone who uses python3.12 locally #496

Closed slimreaper35 closed 5 months ago

slimreaper35 commented 5 months ago

I use python3.12 as the default python version on my machine, so the command make venv creates a virtual environment with python3.12. For some reason, python3.12 catches a couple of extra linting issues even though the actual version of flake8 is the same. (it was very annoying)

Maintainers will complete the following section

Note: if the contribution is external (not from an organization member), the CI pipeline will not run automatically. After verifying that the CI is safe to run: