This commit is contained in:
Will McGugan
2021-07-17 09:13:46 +01:00
parent 320d6486d3
commit bc7ce4b969
2 changed files with 4 additions and 4 deletions

View File

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