Merge "Enable flake8 E129 rule"

This commit is contained in:
Zuul 2023-06-25 09:10:11 +00:00 committed by Gerrit Code Review
commit 5e6a889194
4 changed files with 4 additions and 4 deletions

View File

@ -58,7 +58,7 @@ ignore-path = .venv,.tox,.git,dist,doc,*egg-info,tools,etc,build,*.po,*.pot,inte
[flake8]
show-source = True
ignore = E129,E402,E731,F601,F821,H301,H404,H405,H501,W503,W504,W605
ignore = E402,E731,F601,F821,H301,H404,H405,H501,W503,W504,W605
enable-extensions = H203,H106
import-order-style = pep8
builtins = _