Skip to content

Commit 9475432

Browse files
chore(deps): bump versions (#552)
[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 7052f89 commit 9475432

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
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.5"
32+
rev: "v0.9.6"
3333
hooks:
3434
- id: ruff
3535
args: ["--fix", "--show-fixes"]
@@ -59,7 +59,7 @@ repos:
5959
- types-PyYAML
6060

6161
- repo: https://github.com/rbubley/mirrors-prettier
62-
rev: "v3.4.2"
62+
rev: "v3.5.1"
6363
hooks:
6464
- id: prettier
6565
types_or: [yaml, markdown, html, css, scss, javascript, json]

docs/pages/guides/style.md

Lines changed: 4 additions & 4 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.5"
114+
rev: "v0.9.6"
115115
hooks:
116116
# id: ruff 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.9.5"
204+
rev: "v0.9.6"
205205
hooks:
206206
- id: ruff
207207
args: ["--fix", "--show-fixes"]
@@ -390,7 +390,7 @@ the flake8 addition for pre-commit, with the `bugbear` plugin:
390390

391391
```yaml
392392
- repo: https://github.com/pycqa/flake8
393-
rev: "7.1.1"
393+
rev: "7.1.2"
394394
hooks:
395395
- id: flake8
396396
additional_dependencies: [flake8-bugbear]
@@ -774,7 +774,7 @@ number of different file types. An example of usage:
774774

775775
```yaml
776776
- repo: https://github.com/rbubley/mirrors-prettier
777-
rev: "v3.4.2"
777+
rev: "v3.5.1"
778778
hooks:
779779
- id: prettier
780780
types_or: [yaml, markdown, html, css, scss, javascript, json]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ repos:
3535
- id: rst-inline-touching-normal
3636

3737
- repo: https://github.com/rbubley/mirrors-prettier
38-
rev: "v3.4.2"
38+
rev: "v3.5.1"
3939
hooks:
4040
- id: prettier
4141
types_or: [yaml, markdown, html, css, scss, javascript, json]
4242
args: [--prose-wrap=always]
4343

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

0 commit comments

Comments
 (0)