Skip to content

Commit 9d91c6a

Browse files
chore(deps): update pre-commit hooks (#1172)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.3](astral-sh/ruff-pre-commit@v0.13.3...v0.14.3) - [github.com/henryiii/validate-pyproject-schema-store: 2025.10.03 → 2025.11.02](henryiii/validate-pyproject-schema-store@2025.10.03...2025.11.02) - [github.com/python-jsonschema/check-jsonschema: 0.34.0 → 0.34.1](python-jsonschema/check-jsonschema@0.34.0...0.34.1) - [github.com/scientific-python/cookie: 2025.10.01 → 2025.10.20](scientific-python/cookie@2025.10.01...2025.10.20) <!--pre-commit.ci end--> --------- Signed-off-by: Henry Schreiner <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <[email protected]>
1 parent 5771398 commit 9d91c6a

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
exclude: "^tests"
2626

2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.13.3
28+
rev: v0.14.3
2929
hooks:
3030
- id: ruff-check
3131
args: ["--fix", "--show-fixes"]
@@ -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.10.03
134+
rev: 2025.11.02
135135
hooks:
136136
- id: validate-pyproject
137137

138138
- repo: https://github.com/python-jsonschema/check-jsonschema
139-
rev: 0.34.0
139+
rev: 0.34.1
140140
hooks:
141141
- id: check-dependabot
142142
- id: check-github-workflows
@@ -150,6 +150,6 @@ repos:
150150
- id: validate-cff
151151

152152
- repo: https://github.com/scientific-python/cookie
153-
rev: 2025.10.01
153+
rev: 2025.10.20
154154
hooks:
155155
- id: sp-repo-review

noxfile.py

100644100755
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#!/usr/bin/env -S uv run --script
2+
3+
# /// script
4+
# dependencies = ["nox>=2024.4.15"]
5+
# ///
6+
17
"""
28
Scikit-build-core's nox configuration.
39
@@ -339,3 +345,7 @@ def vendor_pyproject_metadata(session: nox.Session) -> None:
339345
) as response:
340346
txt = response.read()
341347
local_path.write_bytes(txt)
348+
349+
350+
if __name__ == "__main__":
351+
nox.main()

0 commit comments

Comments
 (0)