Files
leggen/.pre-commit-config.yaml

14 lines
346 B
YAML

repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.9.1"
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: trailing-whitespace
exclude: ".*\\.md$"
- id: end-of-file-fixer
- id: check-added-large-files