inbox/.pre-commit-config.yaml

23 lines
522 B
YAML
Raw Normal View History

2024-01-25 08:28:06 +00:00
fail_fast: true
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
- id: check-yaml
- id: check-toml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-added-large-files
- id: detect-private-key
- id: double-quote-string-fixer
- id: check-ast
- id: check-merge-conflict
2024-01-25 09:25:52 +00:00
- repo: https://github.com/astral-sh/ruff-pre-commit
2024-01-25 10:00:41 +00:00
rev: v0.1.8
2024-01-25 08:28:06 +00:00
hooks:
2024-01-25 09:25:52 +00:00
- id: ruff
args: [--fix]
- id: ruff-format