We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc0682 commit 2d61b54Copy full SHA for 2d61b54
Makefile
@@ -60,7 +60,7 @@ test_no_images: PYTEST_ARGS=-o addopts="--verbose --durations=0 --durations-min=
60
test_no_images: _runtest
61
62
format:
63
- ruff check --fix $(FORMAT_FILES)
+ ruff check --fix --exit-zero $(FORMAT_FILES)
64
ruff format $(FORMAT_FILES)
65
66
check:
0 commit comments