diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bbb58a42e..6d24eb4be 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: end-of-file-fixer exclude: tests/testdata - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.11.12" + rev: "v0.12.0" hooks: - id: ruff args: ["--fix"] @@ -53,7 +53,7 @@ repos: # "--load-plugins=pylint.extensions.docparams", We're not ready for that ] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.16.0 + rev: v1.16.1 hooks: - id: mypy language: python @@ -61,7 +61,7 @@ repos: require_serial: true additional_dependencies: ["types-typed-ast"] - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.5.3 + rev: v3.6.0 hooks: - id: prettier args: [--prose-wrap=always, --print-width=88]