Modernize project with uv, pytest, ruff, and git hooks #21

Merged
genewildish merged 5 commits from enhance_portability into main 2026-03-15 23:21:36 +00:00
Showing only changes of commit 1ac2dec3b0 - Show all commits

2
hk.pkl
View File

@@ -11,6 +11,7 @@ hooks {
}
["ruff"] = (Builtins.ruff) {
prefix = "uv run"
check = "ruff check engine/ tests/"
fix = "ruff check --fix --unsafe-fixes engine/ tests/"
}
}
@@ -19,6 +20,7 @@ hooks {
steps {
["ruff"] = (Builtins.ruff) {
prefix = "uv run"
check = "ruff check engine/ tests/"
}
}
}