Add justfile

Only target so far is lint
This commit is contained in:
2025-10-23 11:41:57 +02:00
parent e1c8b4ebeb
commit f6e69b1521

3
justfile Normal file
View File

@@ -0,0 +1,3 @@
lint:
uv run isort test src
uv run black test src