Update flake8 ignore list
In hacking > 0.10.0, there is no E123 and E125, so this commit to delete them. Change-Id: I21ed6315821d3dbf98b03042225251c400147cd4
This commit is contained in:
parent
8f8f7f1696
commit
c4ced7f919
2
tox.ini
2
tox.ini
@ -126,7 +126,5 @@ ignore = D000
|
||||
|
||||
[flake8]
|
||||
show-source = True
|
||||
# E123, E125 skipped as they are invalid PEP-8.
|
||||
ignore = E123,E125
|
||||
builtins = _
|
||||
exclude=.venv,.git,.tox,dist,*lib/python*,*egg,build,*/source/conf.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user