Skip to content

Commit 75a5723

Browse files
committed
chore: add 'just format'
1 parent 8fe357f commit 75a5723

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

backend/omni/justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ check:
2121
uv run ruff check src
2222

2323
# Fix code style and linting issues
24-
check-write:
24+
format:
2525
uv run ruff format src
2626
uv run ruff check --fix src

backend/tools/dice-roller/justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ check:
1717
uv run ruff check .
1818

1919
# Fix code style and linting issues
20-
check-write:
20+
format:
2121
uv run ruff format .
2222
uv run ruff check --fix .

e2e_tests/tests_omni_full/justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ check:
2121
pnpm check
2222

2323
# Fix code style and linting issues
24-
check-write:
24+
format:
2525
pnpm check:write

e2e_tests/tests_omni_light/justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ check:
2121
pnpm check
2222

2323
# Fix code style and linting issues
24-
check-write:
24+
format:
2525
pnpm check:write

frontend/omni/justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ check:
2424
pnpm check
2525

2626
# Fix code style and linting issues
27-
check-write:
27+
format:
2828
pnpm check:write

0 commit comments

Comments
 (0)