/
githubmirror
/
rich
Обзор
Документация
Войти
/
githubmirror
/
rich
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Makefile
15 строк
307 B
Darren Burns
Configure GitHub Actions from 3.11
15 июл 2022, 13:07
15 июл 2022, 13:07
ab0b833
Код
Авторство
О чём код?
test: TERM=unknown pytest --cov-report term-missing --cov=rich tests/ -vv test-no-cov: TERM=unknown pytest tests/ -vv format-check: black --check . format: black . typecheck: mypy -p rich --no-incremental typecheck-report: mypy -p rich --html-report mypy_report .PHONY: docs docs: cd docs; make html