qt6-bb10/util/cmake/Makefile

15 lines
148 B
Makefile

test: flake8 mypy pytest
coverage:
pytest --cov .
flake8:
flake8 *.py --ignore=E501,E266,E203,W503
pytest:
pytest
mypy:
mypy --pretty *.py