Skip to content

Commit 7def4a6

Browse files
committed
feat: add scripts folder
1 parent 25010a1 commit 7def4a6

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

scripts/format

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env sh
2+
3+
set -e
4+
5+
uv run ruff check --fix
6+
uv run ruff format

scripts/lint

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env sh
2+
3+
set -e
4+
5+
uv run --all-extras mypy
6+
uv run ruff check
7+
uv run ruff format --check

0 commit comments

Comments
 (0)