Skip to content

Commit e75fceb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.3 → v0.8.6](astral-sh/ruff-pre-commit@v0.7.3...v0.8.6) - [github.com/teemtee/tmt.git: 1.38.0 → 1.40.0](https://github.com/teemtee/tmt.git/compare/1.38.0...1.40.0) - [github.com/gitleaks/gitleaks: v8.21.2 → v8.22.1](gitleaks/gitleaks@v8.21.2...v8.22.1) - [github.com/jendrikseipp/vulture: v2.13 → v2.14](jendrikseipp/vulture@v2.13...v2.14)
1 parent f21f6cf commit e75fceb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.6
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.40.0"
2727
hooks:
2828
- id: "tmt-tests-lint"
2929
verbose: false
@@ -37,11 +37,11 @@ repos:
3737
- https://github.com/oamg/convert2rhel.git
3838
stages: [manual, pre-push]
3939
- repo: https://github.com/gitleaks/gitleaks
40-
rev: v8.21.2
40+
rev: v8.22.1
4141
hooks:
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)