diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 40d1503..6e377eb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: - id: docs-landing-page - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.0 + rev: v0.3.2 hooks: - id: ruff args: @@ -45,14 +45,14 @@ repos: args: [--py310-plus] - repo: https://github.com/PyCQA/bandit - rev: '1.7.7' + rev: '1.7.8' hooks: - id: bandit args: [-r] exclude: ^tests/.*$ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.8.0 + rev: v1.9.0 hooks: - id: mypy exclude: ^tests/.*$