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
|
2026-03-03 10:50:11 +00:00
|
|
|
rev: v0.15.4
|
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
|
2026-02-09 19:36:23 +00:00
|
|
|
rev: v1
|
2025-12-19 10:06:17 +00:00
|
|
|
hooks:
|
|
|
|
|
- id: typos
|