flask/.pre-commit-config.yaml

19 lines
628 B
YAML
Raw Normal View History

repos:
2023-11-09 09:20:27 -08:00
- repo: https://github.com/astral-sh/ruff-pre-commit
2025-11-17 09:43:40 -08:00
rev: 488940d9de1b658fac229e34c521d75a6ea476f2 # frozen: v0.14.5
2020-04-04 09:43:06 -07:00
hooks:
2023-11-09 09:20:27 -08:00
- id: ruff
- id: ruff-format
2025-05-11 17:45:03 -07:00
- repo: https://github.com/astral-sh/uv-pre-commit
2025-11-17 09:43:40 -08:00
rev: b6675a113e27a9b18f3d60c05794d62ca80c7ab5 # frozen: 0.9.9
2025-05-11 17:45:03 -07:00
hooks:
- id: uv-lock
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