Skip to content

Commit c68e597

Browse files
chore(deps): bump versions (#653)
[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 3705570 commit c68e597

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/pages/guides/style.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ pre-commit config will work:
464464

465465
```yaml
466466
- repo: https://github.com/PyCQA/isort
467-
rev: "6.1.0"
467+
rev: "7.0.0"
468468
hooks:
469469
- id: isort
470470
```
@@ -489,7 +489,7 @@ when clearly better (please always use them, they are faster) if you set
489489

490490
```yaml
491491
- repo: https://github.com/asottile/pyupgrade
492-
rev: "v3.20.0"
492+
rev: "v3.21.0"
493493
hooks:
494494
- id: pyupgrade
495495
args: ["--py39-plus"]
@@ -645,7 +645,7 @@ important parts (like Python classifiers) are in sync. This tool,
645645

646646
```yaml
647647
- repo: https://github.com/asottile/setup-cfg-fmt
648-
rev: "v2.8.0"
648+
rev: "v3.1.0"
649649
hooks:
650650
- id: setup-cfg-fmt
651651
args: [--include-version-classifiers, --max-py-version=3.12]
@@ -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.34.0"
824+
rev: "0.34.1"
825825
hooks:
826826
- id: check-dependabot
827827
- id: check-github-workflows

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.34.0"
106+
rev: "0.34.1"
107107
hooks:
108108
{%- if cookiecutter.__ci == "github" %}
109109
- id: check-dependabot

0 commit comments

Comments
 (0)