Skip to content

Commit 5e8eea9

Browse files
[create-pull-request] automated change
1 parent ec8a612 commit 5e8eea9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.12.1"
32+
rev: "v0.12.2"
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.12.1"
114+
rev: "v0.12.2"
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.12.1"
204+
rev: "v0.12.2"
205205
hooks:
206206
- id: ruff-check
207207
args: ["--fix", "--show-fixes"]
@@ -821,7 +821,7 @@ schemas, and you can load them via URL. It work on JSON, YAML, and TOML.
821821

822822
```yaml
823823
- repo: https://github.com/python-jsonschema/check-jsonschema
824-
rev: "0.33.1"
824+
rev: "0.33.2"
825825
hooks:
826826
- id: check-dependabot
827827
- 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.12.1"
45+
rev: "v0.12.2"
4646
hooks:
4747
- id: ruff-check
4848
args: ["--fix", "--show-fixes"]
@@ -103,7 +103,7 @@ repos:
103103
additional_dependencies: ["validate-pyproject-schema-store[all]"]
104104

105105
- repo: https://github.com/python-jsonschema/check-jsonschema
106-
rev: "0.33.1"
106+
rev: "0.33.2"
107107
hooks:
108108
{%- if cookiecutter.__ci == "github" %}
109109
- id: check-dependabot

0 commit comments

Comments
 (0)