Skip to content

Commit 060f4f6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.3 → v0.8.2](astral-sh/ruff-pre-commit@v0.7.3...v0.8.2) - [github.com/teemtee/tmt.git: 1.38.0 → 1.39.0](https://github.com/teemtee/tmt.git/compare/1.38.0...1.39.0) - [github.com/jendrikseipp/vulture: v2.13 → v2.14](jendrikseipp/vulture@v2.13...v2.14)
1 parent 940e048 commit 060f4f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ minimum_pre_commit_version: "2.9.0"
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
44
# Ruff version.
5-
rev: v0.7.3
5+
rev: v0.8.2
66
hooks:
77
# Run the linter.
88
- id: ruff
@@ -23,7 +23,7 @@ repos:
2323
hooks:
2424
- id: "check-json5"
2525
- repo: "https://github.com/teemtee/tmt.git"
26-
rev: "1.38.0"
26+
rev: "1.39.0"
2727
hooks:
2828
- id: "tmt-tests-lint"
2929
verbose: false
@@ -42,6 +42,6 @@ repos:
4242
- id: gitleaks
4343
stages: [manual, pre-push]
4444
- repo: https://github.com/jendrikseipp/vulture
45-
rev: v2.13
45+
rev: v2.14
4646
hooks:
4747
- id: vulture

0 commit comments

Comments
 (0)