runboat/.pre-commit-config.yaml
pre-commit-ci[bot] a8ec2e1744
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.14.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.13.0...v0.14.6)
2025-11-24 18:20:30 +00:00

15 lines
373 B
YAML

default_language_version:
python: python3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.6
hooks:
- id: ruff-check
- id: ruff-format