We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c453a7 commit 8d10f7fCopy full SHA for 8d10f7f
scripts/lint
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
+set -euo pipefail
3
-set -e
4
-
+# Move to project root
5
cd "$(dirname "$0")/.."
6
7
-ruff check . --fix
+uv run ruff check . --fix
0 commit comments