forked from orbit-oss/flask
24 lines
844 B
YAML
24 lines
844 B
YAML
repos:
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: b969e2851312ca2b24bbec879ba4954341d1bd12 # frozen: v0.15.5
|
|
hooks:
|
|
- id: ruff-check
|
|
- id: ruff-format
|
|
- repo: https://github.com/astral-sh/uv-pre-commit
|
|
rev: e38709b2694c2988ab0c618ee63ac156e155d5c4 # frozen: 0.10.9
|
|
hooks:
|
|
- id: uv-lock
|
|
- repo: https://github.com/codespell-project/codespell
|
|
rev: 2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a # frozen: v2.4.2
|
|
hooks:
|
|
- id: codespell
|
|
additional_dependencies:
|
|
- tomli
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # frozen: v6.0.0
|
|
hooks:
|
|
- id: check-merge-conflict
|
|
- id: debug-statements
|
|
- id: fix-byte-order-marker
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|