diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f3132b93..26aebe00 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: args: [--branch, main, --branch, dev] - id: check-added-large-files - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.0 + rev: v0.12.2 hooks: - id: ruff args: [ --fix, --exit-non-zero-on-fix, "--ignore=C901" ] @@ -35,7 +35,7 @@ repos: pass_filenames: false - repo: https://github.com/PyCQA/bandit.git - rev: 1.8.5 + rev: 1.8.6 hooks: - id: bandit args: [-lll, --recursive, clumper]