2022-08-28 13:59:50 -07:00
|
|
|
repos:
|
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2026-09-06 11:38:40 +02:00
|
|
|
rev: v6.0.0
|
2022-08-28 13:59:50 -07:00
|
|
|
hooks:
|
|
|
|
|
- id: check-added-large-files
|
|
|
|
|
- id: trailing-whitespace
|
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
|
- id: mixed-line-ending
|
|
|
|
|
args: ["--fix=lf"]
|
2026-09-07 08:01:35 +02:00
|
|
|
- repo: https://github.com/thlorenz/doctoc
|
|
|
|
|
rev: v2.5.0
|
|
|
|
|
hooks:
|
|
|
|
|
- id: doctoc
|
|
|
|
|
files: ^README[^/]*\.md$
|
|
|
|
|
args: ["--notitle"]
|
2023-07-23 14:24:22 -07:00
|
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
2026-09-08 14:02:08 +02:00
|
|
|
rev: v0.16.6
|
2022-08-28 13:59:50 -07:00
|
|
|
hooks:
|
2023-07-23 14:24:22 -07:00
|
|
|
- id: ruff
|
|
|
|
|
args: ["--fix"]
|
2026-09-06 11:38:40 +02:00
|
|
|
- repo: https://github.com/psf/black-pre-commit-mirror
|
|
|
|
|
rev: 26.5.1
|
2022-08-28 13:59:50 -07:00
|
|
|
hooks:
|
|
|
|
|
- id: black
|