diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6790bbf..8fa9729 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: # - id: no-commit-to-branch - repo: https://github.com/PyCQA/bandit - rev: '1.7.6' + rev: '1.7.7' hooks: - id: bandit args: [-c, pyproject.toml] @@ -33,12 +33,12 @@ repos: - pytest - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.14 + rev: v0.2.2 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.2.0 hooks: - id: black