diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 66a82d0..65df913 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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