This commit is contained in:
XXXXRT666 2025-05-01 12:16:21 +01:00
parent 4b1a8b2989
commit d3176bc50e

View File

@ -8,7 +8,7 @@ repos:
# Run the linter.
- id: ruff
types_or: [ python, pyi ]
args: [ --fix, --exit-zero ]
args: [ --fix, --exit-zero, --quiet ]
# Run the formatter.
- id: ruff-format
types_or: [ python, pyi ]