2022-05-04 08:39:20 +00:00
|
|
|
repos:
|
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2025-08-11 20:06:04 +00:00
|
|
|
rev: v6.0.0
|
2022-05-04 08:39:20 +00:00
|
|
|
hooks:
|
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
|
- id: trailing-whitespace
|
|
|
|
|
|
2025-12-19 10:05:33 +00:00
|
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
|
|
|
rev: 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83 # frozen: v0.14.10
|
2022-05-04 08:39:20 +00:00
|
|
|
hooks:
|
2025-12-19 10:05:33 +00:00
|
|
|
- id: ruff-check
|
|
|
|
|
args:
|
|
|
|
|
- --fix
|
|
|
|
|
- id: ruff-format
|
|
|
|
|
args:
|
|
|
|
|
- --quiet
|
2025-12-19 10:06:17 +00:00
|
|
|
|
|
|
|
|
- repo: https://github.com/crate-ci/typos
|
|
|
|
|
rev: 2d0ce569feab1f8752f1dde43cc2f2aa53236e06 # frozen: v1.40.0
|
|
|
|
|
hooks:
|
|
|
|
|
- id: typos
|