add dlint and flake8-fixme

This commit is contained in:
Brian S. Stephan 2020-06-20 10:48:46 -05:00
parent 9db5189c65
commit 7b5f7ff00b
1 changed files with 4 additions and 2 deletions

View File

@ -41,16 +41,18 @@ commands =
# run style checks
skip_install = true
deps =
dlint
flake8
flake8-blind-except
flake8-builtins
flake8-docstrings
flake8-executable
flake8-fixme
flake8-isort
flake8-logging-format
commands =
flake8
- flake8 --disable-noqa --select=E,W,F,C,D,A,G,B,I
- flake8 --disable-noqa --select=E,W,F,C,D,A,G,B,I,DUO
[coverage:paths]
source =
@ -63,13 +65,13 @@ omit =
**/_version.py
[flake8]
max-line-length = 120
exclude =
.tox/
versioneer.py
_version.py
instance/
max-complexity = 10
max-line-length = 120
[isort]
line_length = 120