mealie/.pre-commit-config.yaml
github-actions[bot] 3fa931466e
fix(auto): Update pre-commit hooks (#4052)
Co-authored-by: boc-the-git <3479092+boc-the-git@users.noreply.github.com>
2024-08-20 00:04:42 +00:00

19 lines
466 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: check-yaml
exclude: "mkdocs.yml"
- id: check-json
exclude: (.vscode|.devcontainer)
- id: check-toml
- id: end-of-file-fixer
- id: trailing-whitespace
exclude: ^tests/data/
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.1
hooks:
- id: ruff
- id: ruff-format