diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 96cf2d9..062171d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,13 +5,13 @@ ci: repos: - repo: https://github.com/adamchainz/blacken-docs - rev: "1.19.1" + rev: "1.20.0" hooks: - id: blacken-docs additional_dependencies: [black==23.*] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v5.0.0" + rev: "v6.0.0" hooks: - id: check-added-large-files - id: check-case-conflict @@ -34,21 +34,21 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/rbubley/mirrors-prettier - rev: "v3.3.3" + rev: "v3.6.2" hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json] args: [--prose-wrap=always] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.7.2" + rev: "v0.14.3" hooks: - id: ruff args: ["--fix", "--show-fixes"] - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.13.0" + rev: "v1.18.2" hooks: - id: mypy files: src|tests @@ -59,12 +59,12 @@ repos: - importlib-resources - repo: https://github.com/codespell-project/codespell - rev: "v2.3.0" + rev: "v2.4.1" hooks: - id: codespell - repo: https://github.com/shellcheck-py/shellcheck-py - rev: "v0.10.0.1" + rev: "v0.11.0.1" hooks: - id: shellcheck @@ -82,18 +82,18 @@ repos: exclude: .pre-commit-config.yaml - repo: https://github.com/henryiii/validate-pyproject-schema-store - rev: "2024.10.21" + rev: "2025.11.02" hooks: - id: validate-pyproject - repo: https://github.com/python-jsonschema/check-jsonschema - rev: "0.29.4" + rev: "0.34.1" hooks: - id: check-dependabot - id: check-github-workflows - id: check-readthedocs - repo: https://github.com/scientific-python/cookie - rev: "2024.08.19" + rev: "2025.10.20" hooks: - id: sp-repo-review diff --git a/src/cython_cmake/vendor.py b/src/cython_cmake/vendor.py index 04ff2d5..160a3b1 100644 --- a/src/cython_cmake/vendor.py +++ b/src/cython_cmake/vendor.py @@ -9,7 +9,7 @@ else: from importlib.resources import files -__all__ = ["vendorize", "Members"] +__all__ = ["Members", "vendorize"] def __dir__() -> list[str]: