let TODOs through linting, but warn about them

This commit is contained in:
Brian S. Stephan 2020-06-22 19:09:39 -05:00
parent 63da59efd5
commit ea7c9a1e07
1 changed files with 2 additions and 1 deletions

View File

@ -61,7 +61,7 @@ deps =
{[base]deps}
commands =
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]
source =
@ -80,6 +80,7 @@ exclude =
versioneer.py
_version.py
instance/
ignore = T101
max-complexity = 10
max-line-length = 120