diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4bf21ac3..7dea750c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -53,7 +53,7 @@ repos: additional_dependencies: [black] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.1 + rev: v0.12.4 hooks: - id: ruff-check name: ruff @@ -64,14 +64,14 @@ repos: - "--no-unsafe-fixes" - repo: https://github.com/PyCQA/bandit - rev: 1.8.5 + rev: 1.8.6 hooks: - id: bandit args: ["-r"] files: ^app/.*$ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.16.1 + rev: v1.17.0 hooks: - id: mypy exclude: ^tests/.*$