Skip to content

Commit

Permalink
Let 'ruff check --fix' always exit with zero (#2997)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jan 15, 2024
1 parent 5bc0682 commit 2d61b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ test_no_images: PYTEST_ARGS=-o addopts="--verbose --durations=0 --durations-min=
test_no_images: _runtest

format:
ruff check --fix $(FORMAT_FILES)
ruff check --fix --exit-zero $(FORMAT_FILES)
ruff format $(FORMAT_FILES)

check:
Expand Down

0 comments on commit 2d61b54

Please sign in to comment.