diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f40feff..58b006d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: - id: sort-simple-yaml - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.9 + rev: v0.7.0 hooks: - id: ruff args: [ --fix ] @@ -61,7 +61,7 @@ repos: args: ["-c", "pyproject.toml", "--"] additional_dependencies: ["bandit[toml]"] - repo: https://github.com/gitleaks/gitleaks - rev: v8.20.1 + rev: v8.21.1 hooks: - id: gitleaks - repo: local