diff --git a/justfile b/justfile new file mode 100644 index 0000000..edc12dc --- /dev/null +++ b/justfile @@ -0,0 +1,3 @@ +lint: + uv run isort test src + uv run black test src \ No newline at end of file