Skip to content

Commit 1b6c7f3

Browse files
chore(deps): bump versions (#713)
[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 5819f98 commit 1b6c7f3

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.14.6"
32+
rev: "v0.14.7"
3333
hooks:
3434
- id: ruff-check
3535
args: ["--fix", "--show-fixes"]
@@ -43,7 +43,7 @@ repos:
4343
- id: rst-inline-touching-normal
4444

4545
- repo: https://github.com/pre-commit/mirrors-mypy
46-
rev: "v1.18.2"
46+
rev: "v1.19.0"
4747
hooks:
4848
- id: mypy
4949
files: "(src|tests|noxfile.py)"
@@ -60,7 +60,7 @@ repos:
6060
- types-PyYAML
6161

6262
- repo: https://github.com/rbubley/mirrors-prettier
63-
rev: "v3.6.2"
63+
rev: "v3.7.3"
6464
hooks:
6565
- id: prettier
6666
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
@@ -140,7 +140,7 @@ Here is the snippet to add the formatter to your `.pre-commit-config.yml`
140140

141141
```yaml
142142
- repo: https://github.com/astral-sh/ruff-pre-commit
143-
rev: "v0.14.6"
143+
rev: "v0.14.7"
144144
hooks:
145145
# id: ruff-check would go here if using both
146146
- id: ruff-format
@@ -230,7 +230,7 @@ pre-commit hook.
230230
231231
```yaml
232232
- repo: https://github.com/astral-sh/ruff-pre-commit
233-
rev: "v0.14.6"
233+
rev: "v0.14.7"
234234
hooks:
235235
- id: ruff-check
236236
args: ["--fix", "--show-fixes"]
@@ -621,7 +621,7 @@ The MyPy addition for pre-commit:
621621

622622
```yaml
623623
- repo: https://github.com/pre-commit/mirrors-mypy
624-
rev: "v1.18.2"
624+
rev: "v1.19.0"
625625
hooks:
626626
- id: mypy
627627
files: src
@@ -860,7 +860,7 @@ number of different file types. An example of usage:
860860

861861
```yaml
862862
- repo: https://github.com/rbubley/mirrors-prettier
863-
rev: "v3.6.2"
863+
rev: "v3.7.3"
864864
hooks:
865865
- id: prettier
866866
types_or: [yaml, markdown, html, css, scss, javascript, json]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ repos:
3636
- id: rst-inline-touching-normal
3737

3838
- repo: https://github.com/rbubley/mirrors-prettier
39-
rev: "v3.6.2"
39+
rev: "v3.7.3"
4040
hooks:
4141
- id: prettier
4242
types_or: [yaml, markdown, html, css, scss, javascript, json]
4343
args: [--prose-wrap=always]
4444

4545
- repo: https://github.com/astral-sh/ruff-pre-commit
46-
rev: "v0.14.6"
46+
rev: "v0.14.7"
4747
hooks:
4848
- id: ruff-check
4949
args: ["--fix", "--show-fixes"]
@@ -60,7 +60,7 @@ repos:
6060
{%- endif %}
6161

6262
- repo: https://github.com/pre-commit/mirrors-mypy
63-
rev: "v1.18.2"
63+
rev: "v1.19.0"
6464
hooks:
6565
- id: mypy
6666
files: src|tests|noxfile.py

0 commit comments

Comments
 (0)