diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 19067865..86c44c1c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ exclude: '^$' fail_fast: false repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.7.2' + rev: 'v0.8.1' hooks: - id: ruff - repo: https://github.com/pre-commit/pre-commit-hooks @@ -13,7 +13,7 @@ repos: - id: check-yaml args: [--unsafe] - repo: https://github.com/PyCQA/bandit - rev: '1.7.10' # Update me! + rev: '1.8.0' # Update me! hooks: - id: bandit args: [--ini, .bandit]