generated from NathanVaughn/python-project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pre-commit-config.yaml
33 lines (33 loc) · 852 Bytes
/
.pre-commit-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
repos:
- hooks:
- id: check-toml
- id: check-yaml
- id: check-case-conflict
- id: trailing-whitespace
- id: check-merge-conflict
- id: mixed-line-ending
repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
- hooks:
- id: uv-lock
repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.5.5
- hooks:
- id: absolufy-imports
repo: https://github.com/MarcoGorelli/absolufy-imports
rev: v0.3.1
- hooks:
- args:
- --fix
id: ruff
- id: ruff-format
repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.1
- hooks:
- id: pyright
repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.389
- hooks:
- id: markdownlint
repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.43.0