diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 03e0840f0..5bbd97c81 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ minimum_pre_commit_version: "2.9.0" repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.7.3 + rev: v0.8.2 hooks: # Run the linter. - id: ruff @@ -23,7 +23,7 @@ repos: hooks: - id: "check-json5" - repo: "https://github.com/teemtee/tmt.git" - rev: "1.38.0" + rev: "1.39.0" hooks: - id: "tmt-tests-lint" verbose: false @@ -42,6 +42,6 @@ repos: - id: gitleaks stages: [manual, pre-push] - repo: https://github.com/jendrikseipp/vulture - rev: v2.13 + rev: v2.14 hooks: - id: vulture