mirror of https://github.com/Textualize/rich.git
no cache
This commit is contained in:
parent
fbf0de02b3
commit
3d383ef5b4
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@ format-check:
|
||||||
format:
|
format:
|
||||||
black .
|
black .
|
||||||
typecheck:
|
typecheck:
|
||||||
mypy -p rich --strict
|
mypy -p rich --strict --no-incremental
|
||||||
typecheck-report:
|
typecheck-report:
|
||||||
mypy -p rich --strict --html-report mypy_report
|
mypy -p rich --strict --html-report mypy_report
|
||||||
.PHONY: docs
|
.PHONY: docs
|
||||||
|
|
Loading…
Reference in New Issue