Ignore H405
H405 is another one that is good as a guideline, but sometimes multiline docstrings just don't have a natural summary line. Rejecting code for this reason is wrong. Change-Id: If1b51743df8c7c1fbe7365988f20e0901c57a3c3
This commit is contained in:
parent
e668af9001
commit
c334d1c33c
5
tox.ini
5
tox.ini
@ -85,7 +85,10 @@ filename = *.py,app.wsgi
|
||||
show-source = True
|
||||
# [H904] Delay string interpolations at logging calls.
|
||||
enable-extensions = H203,H106,H904
|
||||
ignore = E123,E125
|
||||
# H405 is another one that is good as a guideline, but sometimes
|
||||
# multiline docstrings just don't have a natural summary line.
|
||||
# Rejecting code for this reason is wrong.
|
||||
ignore = E123,E125,H405
|
||||
builtins = _
|
||||
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user