buzz/.pre-commit-config.yaml

17 lines
385 B
YAML
Raw Permalink Normal View History

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
2023-10-28 19:32:31 +02:00
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
2023-10-28 19:32:31 +02:00
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.3
hooks:
2023-10-28 19:32:31 +02:00
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
- id: ruff-format