type fixes

This commit is contained in:
Will McGugan
2021-07-17 09:48:04 +01:00
parent ee927365f5
commit 752609962f
13 changed files with 38 additions and 79 deletions

View File

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