A couple extra tweaks for black support

This commit is contained in:
Jason Carver
2022-09-22 13:38:32 -07:00
parent 8a4cb1d938
commit 94eacb9c30

View File

@ -14,7 +14,7 @@ profile=black
[flake8]
max-line-length= 100
exclude= venv*,.tox,docs,build
ignore=
extend-ignore= E203
[testenv]
usedevelop=True
@ -36,6 +36,7 @@ whitelist_externals=make
[testenv:lint]
basepython=python
extras=lint
whitelist_externals=black
commands=
mypy -p <MODULE_NAME> --config-file {toxinidir}/mypy.ini
flake8 {toxinidir}/<MODULE_NAME> {toxinidir}/tests