let TODOs through linting, but warn about them
This commit is contained in:
parent
63da59efd5
commit
ea7c9a1e07
3
tox.ini
3
tox.ini
@ -61,7 +61,7 @@ deps =
|
|||||||
{[base]deps}
|
{[base]deps}
|
||||||
commands =
|
commands =
|
||||||
flake8
|
flake8
|
||||||
- flake8 --disable-noqa --select=E,W,F,C,D,A,G,B,I,T,DUO
|
- flake8 --disable-noqa --ignore= --select=E,W,F,C,D,A,G,B,I,T,DUO
|
||||||
|
|
||||||
[coverage:paths]
|
[coverage:paths]
|
||||||
source =
|
source =
|
||||||
@ -80,6 +80,7 @@ exclude =
|
|||||||
versioneer.py
|
versioneer.py
|
||||||
_version.py
|
_version.py
|
||||||
instance/
|
instance/
|
||||||
|
ignore = T101
|
||||||
max-complexity = 10
|
max-complexity = 10
|
||||||
max-line-length = 120
|
max-line-length = 120
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user