check tests/ in make format

This commit is contained in:
Hedy Li 2020-08-20 12:55:49 +00:00
parent 12e0bef454
commit 9e96a40aeb
1 changed files with 1 additions and 1 deletions

View File

@ -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: