diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 78a4eb96..95dc0342 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,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-check args: [ "--fix" ] @@ -43,7 +43,7 @@ repos: types_or: [python, pyi, jupyter] - repo: https://github.com/keewis/blackdoc - rev: v0.4.3 + rev: v0.4.6 hooks: - id: blackdoc additional_dependencies: ["black==25.1.0"] @@ -62,7 +62,7 @@ repos: ] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.18.2" + rev: "v1.19.1" hooks: - id: mypy exclude: "asv_bench" @@ -78,7 +78,7 @@ repos: ] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.34.0 + rev: 0.36.0 hooks: - id: check-github-workflows - id: check-readthedocs