unrhodecode/.pre-commit-config.yaml
2025-01-13 17:46:24 +01:00

10 lines
302 B
YAML

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.8.6
hooks:
# Run the linter.
- id: ruff
args: [ "--ignore=F401", "--ignore=I001", "--ignore=E402", "--ignore=E501", "--ignore=F841", "--ignore=F405" ]
# Run the formatter.
- id: ruff-format