Initial chekin post-discontinuity.

This commit is contained in:
2023-09-25 18:30:10 -07:00
commit 6556164879
24 changed files with 1063 additions and 0 deletions

17
tox.ini Normal file
View File

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