Skip to content

Commit 18d60e9

Browse files
chore(deps): bump versions (#658)
[create-pull-request] automated change Co-authored-by: scientific-python-pr-tokenbot[bot] <181030687+scientific-python-pr-tokenbot[bot]@users.noreply.github.com>
1 parent f8521ac commit 18d60e9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
additional_dependencies: [black==24.*]
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: "v0.14.0"
32+
rev: "v0.14.1"
3333
hooks:
3434
- id: ruff-check
3535
args: ["--fix", "--show-fixes"]

docs/pages/guides/style.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Here is the snippet to add the formatter to your `.pre-commit-config.yml`
111111

112112
```yaml
113113
- repo: https://github.com/astral-sh/ruff-pre-commit
114-
rev: "v0.14.0"
114+
rev: "v0.14.1"
115115
hooks:
116116
# id: ruff-check would go here if using both
117117
- id: ruff-format
@@ -201,7 +201,7 @@ pre-commit hook.
201201
202202
```yaml
203203
- repo: https://github.com/astral-sh/ruff-pre-commit
204-
rev: "v0.14.0"
204+
rev: "v0.14.1"
205205
hooks:
206206
- id: ruff-check
207207
args: ["--fix", "--show-fixes"]
@@ -611,7 +611,7 @@ Add the following to your pre-commit config:
611611

612612
```yaml
613613
- repo: https://github.com/mgedmin/check-manifest
614-
rev: "0.50"
614+
rev: "0.51"
615615
hooks:
616616
- id: check-manifest
617617
```

docs/pages/guides/tasks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ On GitHub Actions or Azure, pipx is available by default, so you should use
7575
action:
7676

7777
```yaml
78-
- uses: wntrblm/nox@2025.05.01
78+
- uses: wntrblm/nox@2025.10.14
7979
```
8080
8181
You can now access all current versions of Python from nox. At least in GitHub
@@ -84,7 +84,7 @@ your logs, or set `env: FORCE_COLOR: 3`[^force_color]. If you'd like to
8484
customize the versions of Python prepared for you, then use input like this:
8585

8686
```yaml
87-
- uses: wntrblm/nox@2025.05.01
87+
- uses: wntrblm/nox@2025.10.14
8888
with:
8989
python-versions: "3.10, 3.11, 3.12, 3.13, 3.13t, 3.14, 3.14t, pypy-3.11"
9090
```

{{cookiecutter.project_name}}/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repos:
4242
args: [--prose-wrap=always]
4343

4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: "v0.14.0"
45+
rev: "v0.14.1"
4646
hooks:
4747
- id: ruff-check
4848
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)