Missing space

This commit is contained in:
Will McGugan 2022-03-26 15:26:48 +00:00 committed by GitHub
parent 93b1a4202b
commit 826622fc11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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