Skip to content

Commit 2d61b54

Browse files
authored
Let 'ruff check --fix' always exit with zero (#2997)
1 parent 5bc0682 commit 2d61b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ test_no_images: PYTEST_ARGS=-o addopts="--verbose --durations=0 --durations-min=
6060
test_no_images: _runtest
6161

6262
format:
63-
ruff check --fix $(FORMAT_FILES)
63+
ruff check --fix --exit-zero $(FORMAT_FILES)
6464
ruff format $(FORMAT_FILES)
6565

6666
check:

0 commit comments

Comments
 (0)