diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d5aad6d..73bb234 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,12 +18,12 @@ repos: - id: no-commit-to-branch args: [--branch=main] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.12 + rev: v0.12.2 hooks: - id: ruff-check - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.16.0 + rev: v1.16.1 hooks: - id: mypy additional_dependencies: @@ -41,7 +41,7 @@ repos: additional_dependencies: - tomli - repo: https://github.com/google/yamlfmt - rev: v0.17.0 + rev: v0.17.2 hooks: - id: yamlfmt - repo: https://github.com/executablebooks/mdformat