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 # run style checks
skip_install = true skip_install = true
deps = deps =
dlint
flake8 flake8
flake8-blind-except flake8-blind-except
flake8-builtins flake8-builtins
flake8-docstrings flake8-docstrings
flake8-executable flake8-executable
flake8-fixme
flake8-isort flake8-isort
flake8-logging-format flake8-logging-format
commands = commands =
flake8 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] [coverage:paths]
source = source =
@ -63,13 +65,13 @@ omit =
**/_version.py **/_version.py
[flake8] [flake8]
max-line-length = 120
exclude = exclude =
.tox/ .tox/
versioneer.py versioneer.py
_version.py _version.py
instance/ instance/
max-complexity = 10 max-complexity = 10
max-line-length = 120
[isort] [isort]
line_length = 120 line_length = 120