carkov/tox.ini

18 lines
172 B
INI

[tox]
envlist = py36, py37, py38, py39
[testenv]
deps =
flake8
mypy
commands =
flake8
mypy carkov typehints
[flake8]
max-line-length = 120
max-complexity = 15