Skip to content

Commit 2dd0fce

Browse files
authored
Update .pre-commit-config.yaml
1 parent d2b26f8 commit 2dd0fce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
22
# auto update
33
- repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update
4-
rev: "v0.4.0post1"
4+
rev: "v0.5.0"
55
hooks:
66
- id: pre-commit-update
77
args: [--dry-run, --all-versions]
88

99
# ruff
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: "v0.6.4"
11+
rev: "v0.6.7"
1212
hooks:
1313
# Run the linter.
1414
- id: ruff

0 commit comments

Comments
 (0)