Skip to content

Commit 3154cac

Browse files
chore(deps): bump versions (#554)
[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 f039795 commit 3154cac

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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.6"
32+
rev: "v0.9.7"
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.5.1"
62+
rev: "v3.5.2"
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.6"
114+
rev: "v0.9.7"
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.6"
204+
rev: "v0.9.7"
205205
hooks:
206206
- id: ruff
207207
args: ["--fix", "--show-fixes"]
@@ -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.5.1"
777+
rev: "v3.5.2"
778778
hooks:
779779
- id: prettier
780780
types_or: [yaml, markdown, html, css, scss, javascript, json]
@@ -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.1"
825+
rev: "0.31.2"
826826
hooks:
827827
- id: check-dependabot
828828
- id: check-github-workflows

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

Lines changed: 3 additions & 3 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.5.1"
38+
rev: "v3.5.2"
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.6"
45+
rev: "v0.9.7"
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.1"
104+
rev: "0.31.2"
105105
hooks:
106106
{%- if cookiecutter.__ci == "github" %}
107107
- id: check-dependabot

0 commit comments

Comments
 (0)