2024-01-25 08:02:31 +00:00
|
|
|
fail_fast: true
|
|
|
|
|
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2024-01-25 19:41:27 +00:00
|
|
|
rev: v4.5.0
|
2024-01-25 08:02:31 +00:00
|
|
|
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 19:41:27 +00:00
|
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
|
|
rev: v0.1.13
|
2024-01-25 08:02:31 +00:00
|
|
|
hooks:
|
2024-01-25 19:41:27 +00:00
|
|
|
- id: ruff
|
|
|
|
args: [--fix]
|
|
|
|
- id: ruff-format
|