Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

Commit 9bd53ee

Browse files
committed
chore(style): remove trailing whitespaces in Justfile
chore(style): remove trailing whitespaces in Justfile
1 parent 82ac55e commit 9bd53ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Justfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,18 @@ static:
6363
uv run pyrefly check
6464
@echo
6565
uv run ty check
66-
66+
6767

6868
[group("Checks")]
6969
[group("Tests")]
7070
[group("Ruff")]
7171
[doc("Run all checks: Ruff linter/formatter, static typing, tests")]
72-
checks:
72+
checks:
7373
uv lock --check
74-
@just ruff-checks pytest static
74+
@just ruff-checks pytest static
7575

7676

77-
[doc("Template steps for a relase. Not meant to be run. Hypothetical usage: just release <major|minor|patch>")]
77+
[doc("Template steps for a relase. Usage: just release <major|minor|patch>")]
7878
[group("Misc")]
7979
release semver:
8080
#!/usr/bin/sh

0 commit comments

Comments
 (0)