diff --git a/Makefile b/Makefile index 792d7ffb..a4c62de2 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ test: pytest --cov-report term-missing --cov=rich tests/ -vv format: - black --check rich + black --check rich tests typecheck: mypy -p rich --ignore-missing-imports --warn-unreachable typecheck-report: