Skip to content

Commit b8a762a

Browse files
chore(deps): update pre-commit hooks (#1138)
<!--pre-commit.ci start--> updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.12.11](astral-sh/ruff-pre-commit@v0.12.7...v0.12.11) - [github.com/shellcheck-py/shellcheck-py: v0.10.0.1 → v0.11.0.1](shellcheck-py/shellcheck-py@v0.10.0.1...v0.11.0.1) - [github.com/henryiii/validate-pyproject-schema-store: 2025.07.28 → 2025.08.29](henryiii/validate-pyproject-schema-store@2025.07.28...2025.08.29) - [github.com/python-jsonschema/check-jsonschema: 0.33.2 → 0.33.3](python-jsonschema/check-jsonschema@0.33.2...0.33.3) <!--pre-commit.ci end--> --------- Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent 21efa99 commit b8a762a

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exclude: ^src/scikit_build_core/_vendor
77

88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v5.0.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: check-added-large-files
1313
- id: check-case-conflict
@@ -25,7 +25,7 @@ repos:
2525
exclude: "^tests"
2626

2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.12.7
28+
rev: v0.12.11
2929
hooks:
3030
- id: ruff
3131
args: ["--fix", "--show-fixes"]
@@ -105,7 +105,7 @@ repos:
105105
exclude: ^(LICENSE$|src/scikit_build_core/resources/find_python|tests/test_skbuild_settings.py$)
106106

107107
- repo: https://github.com/shellcheck-py/shellcheck-py
108-
rev: v0.10.0.1
108+
rev: v0.11.0.1
109109
hooks:
110110
- id: shellcheck
111111

@@ -131,12 +131,12 @@ repos:
131131
additional_dependencies: ["cogapp>=3.5"]
132132

133133
- repo: https://github.com/henryiii/validate-pyproject-schema-store
134-
rev: 2025.07.28
134+
rev: 2025.08.29
135135
hooks:
136136
- id: validate-pyproject
137137

138138
- repo: https://github.com/python-jsonschema/check-jsonschema
139-
rev: 0.33.2
139+
rev: 0.33.3
140140
hooks:
141141
- id: check-dependabot
142142
- id: check-github-workflows

docs/conf.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,13 @@
9393
intersphinx_mapping = {
9494
"cmake": ("https://cmake.org/cmake/help/latest/", None),
9595
"python": ("https://docs.python.org/3", None),
96-
"packaging": ("https://packaging.pypa.io/en/stable", None),
97-
"setuptools": ("https://setuptools.pypa.io/en/latest", None),
96+
"packaging": ("https://packaging.readthedocs.io/en/stable", None),
97+
"setuptools": ("https://setuptools.readthedocs.io/en/latest", None),
9898
"hatchling": ("https://hatch.pypa.io/latest", None),
9999
}
100100
tippy_rtd_urls = [
101-
val[0]
102-
for key, val in intersphinx_mapping.items()
103-
# Only works with RTD hosted intersphinx
104-
if key not in ("hatchling", "python", "cmake")
101+
"https://packaging.readthedocs.io/en/stable",
102+
"https://setuptools.readthedocs.io/en/latest",
105103
]
106104

107105
nitpick_ignore = [

0 commit comments

Comments
 (0)