update pre-commit config

This commit is contained in:
XXXXRT666 2025-05-03 07:07:21 +01:00
parent 905c602edc
commit efee8d70ce

View File

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