We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e947280 commit e3a8ed2Copy full SHA for e3a8ed2
.pre-commit-config.yaml
@@ -5,13 +5,20 @@ repos:
5
- id: check-yaml
6
- id: end-of-file-fixer
7
- id: trailing-whitespace
8
+
9
+ - repo: https://github.com/astral-sh/uv-pre-commit
10
+ rev: 0.9.2
11
+ hooks:
12
+ - id: uv-lock
13
14
- repo: https://github.com/charliermarsh/ruff-pre-commit
15
# Ruff version.
16
rev: "v0.14.0"
17
hooks:
18
- id: ruff-check
19
args: [--fix]
20
- id: ruff-format
21
22
- repo: https://github.com/pycqa/isort
23
rev: "7.0.0"
24
0 commit comments