Skip to content

Commit 54c6080

Browse files
[create-pull-request] automated change
1 parent 094de8b commit 54c6080

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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.12.5"
32+
rev: "v0.12.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.17.0"
46+
rev: "v1.17.1"
4747
hooks:
4848
- id: mypy
4949
files: "(src|tests)"

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.5"
114+
rev: "v0.12.7"
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.5"
204+
rev: "v0.12.7"
205205
hooks:
206206
- id: ruff-check
207207
args: ["--fix", "--show-fixes"]
@@ -534,7 +534,7 @@ The MyPy addition for pre-commit:
534534

535535
```yaml
536536
- repo: https://github.com/pre-commit/mirrors-mypy
537-
rev: "v1.17.0"
537+
rev: "v1.17.1"
538538
hooks:
539539
- id: mypy
540540
files: src

{{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.5"
45+
rev: "v0.12.7"
4646
hooks:
4747
- id: ruff-check
4848
args: ["--fix", "--show-fixes"]
@@ -59,7 +59,7 @@ repos:
5959
{%- endif %}
6060

6161
- repo: https://github.com/pre-commit/mirrors-mypy
62-
rev: "v1.17.0"
62+
rev: "v1.17.1"
6363
hooks:
6464
- id: mypy
6565
files: src|tests

0 commit comments

Comments
 (0)