style: auto ruff format

This commit is contained in:
banteg
2025-12-29 18:35:30 +04:00
parent a42692f935
commit b30e460c0e
8 changed files with 52 additions and 32 deletions
+1
View File
@@ -1,6 +1,7 @@
.PHONY: check
check:
uv run ruff format
uv run ruff check .
uv run ty check .
uv run pytest