fix pep8 issues 2
All checks were successful
gl/check check status: success (a917e068b183097cb4c6873b8e8f9bfafaf92cb5)
gl/gate gate status: success (a917e068b183097cb4c6873b8e8f9bfafaf92cb5)

This commit is contained in:
Tino Schreiber 2025-02-25 11:18:18 +00:00
parent 1e2057b09a
commit a917e068b1

View File

@ -20,6 +20,6 @@ commands = {posargs}
[flake8]
# E123, E125 skipped as they are invalid PEP-8.
show-source = True
ignore = E123,E125,W503, E501
ignore = E123,E125,W503,E501
builtins = _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build