mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
black
This commit is contained in:
6
Makefile
6
Makefile
@@ -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 .
|
||||
|
||||
@@ -3,4 +3,4 @@ from ._context import active_app
|
||||
|
||||
def log(*args) -> None:
|
||||
app = active_app.get()
|
||||
app.log(*args)
|
||||
app.log(*args)
|
||||
|
||||
Reference in New Issue
Block a user