Skip to content

Commit 51ffa18

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.3 → v0.14.5](astral-sh/ruff-pre-commit@v0.7.3...v0.14.5) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/teemtee/tmt.git: 1.38.0 → 1.61.0](https://github.com/teemtee/tmt.git/compare/1.38.0...1.61.0) - [github.com/packit/pre-commit-hooks: v1.2.0 → v1.3.0](packit/pre-commit-hooks@v1.2.0...v1.3.0) - [github.com/gitleaks/gitleaks: v8.21.2 → v8.29.0](gitleaks/gitleaks@v8.21.2...v8.29.0) - [github.com/jendrikseipp/vulture: v2.13 → v2.14](jendrikseipp/vulture@v2.13...v2.14)
1 parent 254edf1 commit 51ffa18

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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.14.5
66
hooks:
77
# Run the linter.
88
- id: ruff
@@ -11,7 +11,7 @@ repos:
1111
- id: ruff-format
1212

1313
- repo: "https://github.com/pre-commit/pre-commit-hooks"
14-
rev: "v5.0.0"
14+
rev: "v6.0.0"
1515
hooks:
1616
- id: "end-of-file-fixer"
1717
- id: "trailing-whitespace"
@@ -23,25 +23,25 @@ repos:
2323
hooks:
2424
- id: "check-json5"
2525
- repo: "https://github.com/teemtee/tmt.git"
26-
rev: "1.38.0"
26+
rev: "1.61.0"
2727
hooks:
2828
- id: "tmt-tests-lint"
2929
verbose: false
3030
files: ^(tests/|plans/)
3131

3232
- repo: https://github.com/packit/pre-commit-hooks
33-
rev: v1.2.0
33+
rev: v1.3.0
3434
hooks:
3535
- id: check-rebase
3636
args:
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.29.0
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)