Skip to content

Commit e5e3c8a

Browse files
committed
Justfile: Inability to fix lints should not prevent formatting
1 parent c244015 commit e5e3c8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Justfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ _check:
1414
-ruff check src
1515

1616
fix: && format
17-
ruff check --fix src
17+
@# Failure to fix should not prevent formatting
18+
-ruff check --fix src
1819

1920
build: mypy && _test check-format
2021
# Build project

0 commit comments

Comments
 (0)