livetransit / .pre-commit-config.yaml
Alvaro Hidalgo Romera
added app
9c7637f
raw
history blame contribute delete
425 Bytes
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- repo: https://github.com/psf/black
rev: 24.8.0
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.5.7
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]