For information on how to create a pull request refer to https://github.com/MarcDiethelm/contributing
required
pip install
black
# auto-formatterisort
# automatically sort importsflake8
# style guidepytype
# static type checkerpytest
# runs tests
optional
pytest-xdist
: enables parallel support for pytestpytest-cov
: runningpytest --cov
will give code coverage (of tests)
Run in root-dir of repo in just this order.
black cc
isort cc
flake8
pytype --config pytype.cfg
pytest