added black to makefile

This commit is contained in:
Will McGugan
2021-07-05 20:43:37 +01:00
parent e62bf387fb
commit a7d2d2be70

View File

@@ -1,4 +1,8 @@
test:
pytest --cov-report term-missing --cov=textual tests/ -vv
typecheck:
mypy -p rich --strict
mypy -p rich --strict
format:
black .
format-check:
black --check .