Skip to content

Commit 6d28a4b

Browse files
chore(deps): bump versions (#578)
[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 dce207c commit 6d28a4b

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.11.2"
32+
rev: "v0.11.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.11.2"
114+
rev: "v0.11.4"
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.11.2"
204+
rev: "v0.11.4"
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.2"
393+
rev: "7.2.0"
394394
hooks:
395395
- id: flake8
396396
additional_dependencies: [flake8-bugbear]
@@ -644,7 +644,7 @@ important parts (like Python classifiers) are in sync. This tool,
644644

645645
```yaml
646646
- repo: https://github.com/asottile/setup-cfg-fmt
647-
rev: "v2.7.0"
647+
rev: "v2.8.0"
648648
hooks:
649649
- id: setup-cfg-fmt
650650
args: [--include-version-classifiers, --max-py-version=3.12]
@@ -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.3"
825+
rev: "0.32.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.11.2"
45+
rev: "v0.11.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.3"
104+
rev: "0.32.1"
105105
hooks:
106106
{%- if cookiecutter.__ci == "github" %}
107107
- id: check-dependabot

0 commit comments

Comments
 (0)