Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#11)
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.0](astral-sh/ruff-pre-commit@v0.6.9...v0.7.0)
- [github.com/gitleaks/gitleaks: v8.20.0 → v8.21.1](gitleaks/gitleaks@v8.20.0...v8.21.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Oct 22, 2024
1 parent 814e2ae commit dd3a291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.6.9
rev: v0.7.0
hooks:
# Run the linter.
- id: ruff
Expand All @@ -25,7 +25,7 @@ repos:
- https://github.com/rhel-lightspeed/shellai.git
stages: [manual, pre-push]
- repo: https://github.com/gitleaks/gitleaks
rev: v8.20.0
rev: v8.21.1
hooks:
- id: gitleaks
stages: [manual, pre-push]

0 comments on commit dd3a291

Please sign in to comment.