Initial chekin post-discontinuity.

This commit is contained in:
2023-09-25 18:29:07 -07:00
commit eacebb0106
15 changed files with 900 additions and 0 deletions

14
tox.ini Normal file
View File

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