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.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/psf/black: 22.12.0 → 23.11.0](psf/black@22.12.0...23.11.0)
- [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0)
- [github.com/zricethezav/gitleaks: v8.15.2 → v8.18.1](gitleaks/gitleaks@v8.15.2...v8.18.1)
- [github.com/gitguardian/ggshield: v1.14.2 → v1.22.0](GitGuardian/ggshield@v1.14.2...v1.22.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 4, 2023
1 parent 34ac3c5 commit 267cf28
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -12,21 +12,21 @@ repos:
- id: check-merge-conflict
- id: fix-encoding-pragma
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.11.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.9.0 # Use the ref you want to point at
rev: v1.10.0 # Use the ref you want to point at
hooks:
- id: python-use-type-annotations
- id: python-no-log-warn
- id: python-no-eval
- repo: https://github.com/zricethezav/gitleaks
rev: v8.15.2
rev: v8.18.1
hooks:
- id: gitleaks
- repo: https://github.com/gitguardian/ggshield
rev: v1.14.2
rev: v1.22.0
hooks:
- id: ggshield
language_version: python3
Expand Down

0 comments on commit 267cf28

Please sign in to comment.