diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3513fe6..ad7d43a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: yamlfmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.9 + rev: v0.8.6 hooks: - id: ruff-format exclude: ^docs/ @@ -26,7 +26,7 @@ repos: args: [--fix, --exit-non-zero-on-fix, --show-fixes] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.2 + rev: v1.14.1 hooks: - id: mypy additional_dependencies: @@ -36,6 +36,6 @@ repos: - types-toml - repo: https://github.com/mgedmin/check-manifest - rev: '0.49' + rev: '0.50' hooks: - id: check-manifest