2024-01-25 08:28:06 +00:00
|
|
|
fail_fast: true
|
|
|
|
|
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2024-02-17 08:52:26 +00:00
|
|
|
rev: v4.5.0
|
2024-01-25 08:28:06 +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: check-ast
|
|
|
|
- id: check-merge-conflict
|
|
|
|
|
2024-01-25 09:25:52 +00:00
|
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
2024-04-08 06:31:46 +00:00
|
|
|
rev: v0.3.5
|
2024-01-25 08:28:06 +00:00
|
|
|
hooks:
|
2024-01-25 09:25:52 +00:00
|
|
|
- id: ruff
|
|
|
|
args: [--fix]
|