python/Makefile
Matej Focko f960a24eb6
chore: add makefile
• formatting
• linting
• type check
• test runner

Signed-off-by: Matej Focko <mfocko@redhat.com>
2022-01-30 15:02:43 +01:00

11 lines
193 B
Makefile

check: black flake8 mypy
pytest -vvv --log-level debug
black:
black --line-length=79 *.py
flake8:
flake8 *.py
mypy:
mypy --strict --disallow-any-explicit node.py avl.py wavl.py ravl.py