diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0aa33eea..e48e8aa5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: - id: black-jupyter - repo: https://github.com/asottile/blacken-docs - rev: 1.15.0 + rev: 1.16.0 hooks: - id: blacken-docs additional_dependencies: [black==23.3.0] @@ -46,7 +46,7 @@ repos: exclude: ^src/scikit_build_core/resources/find_python - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.1" + rev: "v3.0.2" hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json] @@ -54,13 +54,13 @@ repos: exclude: "^tests|src/scikit_build_core/resources/scikit-build.schema.json" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.284 + rev: v0.0.285 hooks: - id: ruff args: ["--fix", "--show-fixes"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.5.0 + rev: v1.5.1 hooks: - id: mypy exclude: |