mirror of
https://github.com/astral-sh/ruff
synced 2026-01-20 21:10:48 -05:00
9 lines
258 B
TOML
9 lines
258 B
TOML
[profile.ci]
|
|
# Print out output for failing tests as soon as they fail, and also at the end
|
|
# of the run (for easy scrollability).
|
|
failure-output = "immediate-final"
|
|
# Do not cancel the test run on the first failure.
|
|
fail-fast = false
|
|
|
|
status-level = "skip"
|