Skip to content

Commit facfe23

Browse files
authored
chore: fix justfile (#60)
1 parent f7bd8cd commit facfe23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ test-all: venv
4040

4141
# Format all code in the project.
4242
format: venv
43-
{{ run }} ruff format {{ target_dirs }}
43+
{{ run }} ruff check {{ target_dirs }} --fix
4444

4545
# Lint all code in the project.
4646
lint: venv

0 commit comments

Comments
 (0)