Files
leggen/.pre-commit-config.yaml
2024-09-15 15:52:58 +01:00

14 lines
346 B
YAML

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