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/pre-commit/pre-commit-hooks: v4.6.0 β†’ v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/gitleaks/gitleaks: v8.18.4 β†’ v8.21.2](gitleaks/gitleaks@v8.18.4...v8.21.2)
- [github.com/astral-sh/ruff-pre-commit: v0.6.3 β†’ v0.7.2](astral-sh/ruff-pre-commit@v0.6.3...v0.7.2)
  • Loading branch information
pre-commit-ci[bot] authored Nov 5, 2024
1 parent a5a0a09 commit 6585395
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 @@ -10,7 +10,7 @@ ci:
# pre-commit
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
args: [--maxkb=2000]
Expand All @@ -25,13 +25,13 @@ repos:

# gitleaks
- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.4
rev: v8.21.2
hooks:
- id: gitleaks

# ruff
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.3
rev: v0.7.2
hooks:
# Ruff linting
- id: ruff
Expand Down

0 comments on commit 6585395

Please sign in to comment.