Skip to content

Commit 3ec888d

Browse files
committed
Run pre-commit autoupdate
1 parent 5265d9d commit 3ec888d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.5.0
6+
rev: v4.6.0
77
hooks:
88
- id: check-toml
99
- id: check-yaml
1010
- id: requirements-txt-fixer
1111

1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.4.8
13+
rev: v0.5.0
1414
hooks:
1515
- id: ruff
1616
args: [--fix]
1717
- id: ruff-format
1818

1919
- repo: https://github.com/astral-sh/uv-pre-commit
20-
rev: 0.2.11
20+
rev: 0.2.13
2121
hooks:
2222
- id: pip-compile
2323
args: [requirements.in, -o, requirements.txt]

0 commit comments

Comments
 (0)