Skip to content

Commit 8ed2f7d

Browse files
committed
deploy: pre-commit
1 parent 354079f commit 8ed2f7d

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

.pre-commit-config.yaml

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
repos:
2-
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
# Ruff version.
4-
rev: v0.12.7
5-
hooks:
6-
# Run the linter.
7-
- id: ruff-check
8-
args: [ --fix ]
9-
# Run the formatter.
10-
- id: ruff-format
2+
- repo: https://github.com/astral-sh/ruff-pre-commit
3+
# Ruff version.
4+
rev: v0.12.7
5+
hooks:
6+
# Run the linter.
7+
- id: ruff-check
8+
args: [ --fix ]
9+
# Run the formatter.
10+
- id: ruff-format
11+
- repo: https://github.com/astral-sh/uv-pre-commit
12+
rev: 0.8.22
13+
hooks:
14+
- id: uv-export

0 commit comments

Comments
 (0)