Skip to content

Commit 3879831

Browse files
chore(deps): bump versions (#542)
[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 9a3954f commit 3879831

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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.9.3"
32+
rev: "v0.9.4"
3333
hooks:
3434
- id: ruff
3535
args: ["--fix", "--show-fixes"]

docs/pages/guides/style.md

Lines changed: 5 additions & 5 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.9.3"
114+
rev: "v0.9.4"
115115
hooks:
116116
# id: ruff would go here if using both
117117
- id: ruff-format
@@ -141,7 +141,7 @@ Here is the snippet to add Black to your `.pre-commit-config.yml`:
141141
142142
```yaml
143143
- repo: https://github.com/psf/black-pre-commit-mirror
144-
rev: "24.10.0"
144+
rev: "25.1.0"
145145
hooks:
146146
- id: black
147147
```
@@ -201,7 +201,7 @@ pre-commit hook.
201201
202202
```yaml
203203
- repo: https://github.com/astral-sh/ruff-pre-commit
204-
rev: "v0.9.3"
204+
rev: "v0.9.4"
205205
hooks:
206206
- id: ruff
207207
args: ["--fix", "--show-fixes"]
@@ -463,7 +463,7 @@ pre-commit config will work:
463463

464464
```yaml
465465
- repo: https://github.com/PyCQA/isort
466-
rev: "5.13.2"
466+
rev: "6.0.0"
467467
hooks:
468468
- id: isort
469469
```
@@ -822,7 +822,7 @@ schemas, and you can load them via URL. It work on JSON, YAML, and TOML.
822822

823823
```yaml
824824
- repo: https://github.com/python-jsonschema/check-jsonschema
825-
rev: "0.31.0"
825+
rev: "0.31.1"
826826
hooks:
827827
- id: check-dependabot
828828
- id: check-github-workflows

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

Lines changed: 2 additions & 2 deletions
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.9.3"
45+
rev: "v0.9.4"
4646
hooks:
4747
- id: ruff
4848
args: ["--fix", "--show-fixes"]
@@ -101,7 +101,7 @@ repos:
101101
additional_dependencies: ["validate-pyproject-schema-store[all]"]
102102

103103
- repo: https://github.com/python-jsonschema/check-jsonschema
104-
rev: "0.31.0"
104+
rev: "0.31.1"
105105
hooks:
106106
{%- if cookiecutter.__ci == "github" %}
107107
- id: check-dependabot

0 commit comments

Comments
 (0)