diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d25f82d..5447f5d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.13.3" + rev: "v0.14.10" hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -44,21 +44,21 @@ repos: additional_dependencies: ["validate-pyproject-schema-store[all]"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: "0.34.0" + rev: "0.36.0" hooks: - id: check-dependabot - id: check-github-workflows - id: check-readthedocs - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.18.2" + rev: "v1.19.1" hooks: - id: mypy files: src stages: [manual] - repo: https://github.com/kynan/nbstripout - rev: "0.8.1" + rev: "0.8.2" hooks: - id: nbstripout args: @@ -69,7 +69,7 @@ repos: ] - repo: https://github.com/mgedmin/check-manifest - rev: "0.50" + rev: "0.51" hooks: - id: check-manifest stages: [manual]