We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0235a0 commit 8233525Copy full SHA for 8233525
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
- id: trailing-whitespace
20
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: "v0.14.0"
+ rev: "v0.14.2"
23
hooks:
24
- id: ruff-check
25
args: ["--fix", "--show-fixes"]
@@ -65,7 +65,7 @@ repos:
65
- id: shellcheck
66
67
- repo: https://github.com/henryiii/validate-pyproject-schema-store
68
- rev: 2025.10.11
+ rev: 2025.10.25
69
70
- id: validate-pyproject
71
@@ -79,6 +79,7 @@ repos:
79
files: \.schema\.json
80
81
- repo: https://github.com/scientific-python/cookie
82
- rev: 2025.10.01
+ rev: 2025.10.20
83
84
- id: sp-repo-review
85
+ args: [--show=err]
noxfile.py
100644
100755
@@ -1,3 +1,4 @@
1
+#!/usr/bin/env -S uv run --script
2
# SPDX-License-Identifier: MIT
3
4
# /// script
0 commit comments