remove some flake8 test info
Change-Id: Ie5c0e2e0f2d28b5f9251e7d61ba5916b6475407f
This commit is contained in:
parent
1f7b6f0c23
commit
986e97e766
14
tox.ini
14
tox.ini
@ -88,20 +88,6 @@ commands =
|
||||
allowlist_externals = rm
|
||||
|
||||
[flake8]
|
||||
# Following checks are ignored on purpose.
|
||||
#
|
||||
# E251 unexpected spaces around keyword / parameter equals
|
||||
# reason: no improvement in readability
|
||||
#
|
||||
# Due to the upgrade to hacking 0.9.2 the following checking are
|
||||
# ignored on purpose for the moment and should be re-enabled.
|
||||
#
|
||||
# H405
|
||||
# Due to the upgrade to hacking 0.10.0 the following checking are
|
||||
# ignored on purpose for the moment and should be cleaned up and re-enabled.
|
||||
#
|
||||
# H105 Don't use author tags
|
||||
#
|
||||
filename = *.py,app.wsgi
|
||||
show-source = True
|
||||
ignore = E123,E125,H405,W503,W504,E251,H105,W605
|
||||
|
Loading…
Reference in New Issue
Block a user