fix linting issues

This commit is contained in:
2025-12-31 00:11:37 +03:00
parent bd1def421f
commit a615f43983
4 changed files with 178 additions and 6 deletions
+14
View File
@@ -0,0 +1,14 @@
set windows-shell := ["powershell.exe", "-NoLogo", "-Command"]
set shell := ["bash", "-c"]
dev:
watchfiles --filter python "python -m trudex.application" src
run:
python -m trudex
lint:
ruff check src
format:
isort src