Fixing flake8 errors.

This commit is contained in:
2021-11-22 10:35:44 -08:00
parent d35a35f6ad
commit b0e8bb1307
3 changed files with 22 additions and 7 deletions

12
tox.ini
View File

@ -1,3 +1,15 @@
[tox]
envlist = py36, py37, py38, py39
[testenv]
deps =
flake8
mypy
commands =
flake8
mypy civicrmapi4
[flake8]
max-line-length = 120
max-complexity = 20