diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3aca3f3..3dad01a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,14 +32,14 @@ repos: hooks: - id: isort - repo: https://github.com/PyCQA/bandit - rev: 1.7.8 + rev: 1.7.9 hooks: - id: bandit args: ["--configfile", "pyproject.toml"] additional_dependencies: - bandit[toml] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.7 + rev: v0.4.9 hooks: - id: ruff - repo: https://github.com/pre-commit/mirrors-mypy