Skip to content

Commit 8233525

Browse files
pre-commit: bump repositories (#259)
* pre-commit: bump repositories updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.0 → v0.14.2](astral-sh/ruff-pre-commit@v0.14.0...v0.14.2) - [github.com/henryiii/validate-pyproject-schema-store: 2025.10.11 → 2025.10.25](henryiii/validate-pyproject-schema-store@2025.10.11...2025.10.25) - [github.com/scientific-python/cookie: 2025.10.01 → 2025.10.20](scientific-python/cookie@2025.10.01...2025.10.20) * chore: support running noxfile directly Signed-off-by: Henry Schreiner <[email protected]> --------- 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 c0235a0 commit 8233525

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: "v0.14.0"
22+
rev: "v0.14.2"
2323
hooks:
2424
- id: ruff-check
2525
args: ["--fix", "--show-fixes"]
@@ -65,7 +65,7 @@ repos:
6565
- id: shellcheck
6666

6767
- repo: https://github.com/henryiii/validate-pyproject-schema-store
68-
rev: 2025.10.11
68+
rev: 2025.10.25
6969
hooks:
7070
- id: validate-pyproject
7171

@@ -79,6 +79,7 @@ repos:
7979
files: \.schema\.json
8080

8181
- repo: https://github.com/scientific-python/cookie
82-
rev: 2025.10.01
82+
rev: 2025.10.20
8383
hooks:
8484
- id: sp-repo-review
85+
args: [--show=err]

noxfile.py

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env -S uv run --script
12
# SPDX-License-Identifier: MIT
23

34
# /// script

0 commit comments

Comments
 (0)