This commit is contained in:
Will McGugan 2021-08-05 20:34:48 +01:00
parent fbf0de02b3
commit 3d383ef5b4
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ format-check:
format:
black .
typecheck:
mypy -p rich --strict
mypy -p rich --strict --no-incremental
typecheck-report:
mypy -p rich --strict --html-report mypy_report
.PHONY: docs