Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.7.3 → v0.8.3](astral-sh/ruff-pre-commit@v0.7.3...v0.8.3)
- [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/jendrikseipp/vulture: v2.13 → v2.14](jendrikseipp/vulture@v2.13...v2.14)
  • Loading branch information
pre-commit-ci[bot] authored Dec 16, 2024
1 parent f21f6cf commit 736e58e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
hooks:
# Run the linter.
- id: ruff
Expand All @@ -23,7 +23,7 @@ repos:
hooks:
- id: "check-json5"
- repo: "https://github.com/teemtee/tmt.git"
rev: "1.38.0"
rev: "1.40.0"
hooks:
- id: "tmt-tests-lint"
verbose: false
Expand All @@ -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

0 comments on commit 736e58e

Please sign in to comment.