Skip to content

Commit 06741b7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.10 → v0.5.2](astral-sh/ruff-pre-commit@v0.4.10...v0.5.2) - [github.com/asottile/blacken-docs: 1.16.0 → 1.18.0](adamchainz/blacken-docs@1.16.0...1.18.0) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.1](pre-commit/mirrors-mypy@v1.9.0...v1.10.1)
1 parent 409f92c commit 06741b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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
- id: no-commit-to-branch
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: "v0.4.10"
32+
rev: "v0.5.2"
3333
hooks:
3434
- id: ruff
3535
types: [file, python]
@@ -51,7 +51,7 @@ repos:
5151
types: [file, python]
5252

5353
- repo: https://github.com/asottile/blacken-docs
54-
rev: 1.16.0
54+
rev: 1.18.0
5555
hooks:
5656
- id: blacken-docs
5757
types: [file, rst]
@@ -63,7 +63,7 @@ repos:
6363
types: [file, python]
6464

6565
- repo: https://github.com/pre-commit/mirrors-mypy
66-
rev: 'v1.9.0'
66+
rev: 'v1.10.1'
6767
hooks:
6868
- id: mypy
6969
additional_dependencies:

0 commit comments

Comments
 (0)