Skip to content

Commit 1542452

Browse files
chore(deps): bump versions (#774)
1 parent 0b404b1 commit 1542452

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.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.15.8"
32+
rev: "v0.15.9"
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.19.1"
46+
rev: "v1.20.0"
4747
hooks:
4848
- id: mypy
4949
files: "(src|tests|noxfile.py)"
@@ -67,7 +67,7 @@ repos:
6767
args: [--prose-wrap=always]
6868

6969
- repo: https://github.com/crate-ci/typos
70-
rev: "v1.44.0"
70+
rev: "v1.45.0"
7171
hooks:
7272
- id: typos
7373
exclude: ^Gemfile\.lock$

docs/pages/guides/style.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Here is the snippet to add the formatter to your `.pre-commit-config.yml`
158158

159159
```yaml
160160
- repo: https://github.com/astral-sh/ruff-pre-commit
161-
rev: "v0.15.8"
161+
rev: "v0.15.9"
162162
hooks:
163163
# id: ruff-check would go here if using both
164164
- id: ruff-format
@@ -248,7 +248,7 @@ pre-commit hook.
248248
249249
```yaml
250250
- repo: https://github.com/astral-sh/ruff-pre-commit
251-
rev: "v0.15.8"
251+
rev: "v0.15.9"
252252
hooks:
253253
- id: ruff-check
254254
args: ["--fix", "--show-fixes"]
@@ -639,7 +639,7 @@ The MyPy addition for pre-commit:
639639

640640
```yaml
641641
- repo: https://github.com/pre-commit/mirrors-mypy
642-
rev: "v1.19.1"
642+
rev: "v1.20.0"
643643
hooks:
644644
- id: mypy
645645
files: src
@@ -804,7 +804,7 @@ integration.
804804

805805
```yaml
806806
- repo: https://github.com/crate-ci/typos
807-
rev: "v1.44.0"
807+
rev: "v1.45.0"
808808
hooks:
809809
- id: typos
810810
args: []

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ repos:
4343
args: [--prose-wrap=always]
4444

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

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

0 commit comments

Comments
 (0)