-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
23 lines (23 loc) · 827 Bytes
/
.pre-commit-config.yaml
File metadata and controls
23 lines (23 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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
args: ['--write-changes']
- 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