Skip to content

Commit 9f39446

Browse files
Rever precommit changes
1 parent 53c238b commit 9f39446

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,21 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v4.5.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-yaml
77
- id: check-merge-conflict
88
- id: end-of-file-fixer
99

10-
- repo: https://github.com/astral-sh/uv-pre-commit
11-
# uv version.
12-
rev: 0.7.2
13-
hooks:
14-
- id: uv-lock
15-
# Synchronize dependencies upon branch checkout, pull or rebase
16-
# requires extra hook types to be installed!!!
17-
# - id: uv-sync
18-
1910
- repo: local
2011
hooks:
21-
# Run the linter.
2212
- id: ruff
2313
name: lint with ruff
2414
language: system
2515
entry: ruff check --force-exclude --fix
2616
types: [python]
2717
require_serial: true
2818

29-
# Run the formatter.
3019
- id: ruff-format
3120
name: format with ruff
3221
language: system

0 commit comments

Comments
 (0)