diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6159b48..cf853bf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: identity - id: check-hooks-apply - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.0.267' + rev: 'v0.0.272' hooks: - id: ruff - repo: https://github.com/psf/black @@ -24,7 +24,7 @@ repos: args: - "--github" - repo: https://github.com/adrienverge/yamllint - rev: v1.31.0 + rev: v1.32.0 hooks: - id: yamllint args: ["--strict"] @@ -38,6 +38,6 @@ repos: - id: check-yaml - id: debug-statements - repo: https://github.com/zricethezav/gitleaks - rev: v8.16.3 + rev: v8.16.4 hooks: - id: gitleaks