flask/.pre-commit-config.yaml

24 lines
829 B
YAML
Raw Permalink Normal View History

repos:
2023-11-09 09:20:27 -08:00
- repo: https://github.com/astral-sh/ruff-pre-commit
2026-05-18 16:35:44 -07:00
rev: 5e2fb545eba1ea9dc051f6f962d52fe8f76a9794 # frozen: v0.15.13
2020-04-04 09:43:06 -07:00
hooks:
- id: ruff-check
2023-11-09 09:20:27 -08:00
- id: ruff-format
2025-05-11 17:45:03 -07:00
- repo: https://github.com/astral-sh/uv-pre-commit
2026-05-18 16:35:44 -07:00
rev: fa60a193803535a9e2accdb3ca4b1b584b1150cb # frozen: 0.11.15
2025-05-11 17:45:03 -07:00
hooks:
- id: uv-lock
2025-11-05 18:13:26 +01:00
- repo: https://github.com/codespell-project/codespell
2026-03-08 16:20:07 -07:00
rev: 2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a # frozen: v2.4.2
2025-11-05 18:13:26 +01:00
hooks:
- id: codespell
2026-01-24 19:11:02 -08:00
args: ['--write-changes']
2019-05-31 13:38:39 -04:00
- repo: https://github.com/pre-commit/pre-commit-hooks
2025-08-19 13:41:24 -07:00
rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # frozen: v6.0.0
2019-05-31 13:38:39 -04:00
hooks:
2023-11-09 09:20:27 -08:00
- id: check-merge-conflict
- id: debug-statements
2021-04-16 08:44:30 -07:00
- id: fix-byte-order-marker
2019-05-31 13:38:39 -04:00
- id: trailing-whitespace
- id: end-of-file-fixer