File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ exclude: ^src/scikit_build_core/_vendor
77
88repos :
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
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
Original file line number Diff line number Diff line change 9393intersphinx_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}
100100tippy_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
107105nitpick_ignore = [
You can’t perform that action at this time.
0 commit comments