diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 567c6437..1203eb7a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.6.5" + rev: "v0.6.8" hooks: - id: ruff - id: ruff-format @@ -27,7 +27,7 @@ repos: # - id: shellcheck - repo: https://github.com/PyCQA/bandit - rev: 1.7.9 + rev: 1.7.10 hooks: - id: bandit args: [--exit-zero]