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