Skip to content

Commit a71d379

Browse files
committed
just: use --check in ruff format .
1 parent 6e5438b commit a71d379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@ connectlogging:
111111

112112
# Format and lint all files
113113
lint:
114-
ruff format .
114+
ruff format --check .
115115
ruff check .

0 commit comments

Comments
 (0)