Skip to content

Commit fc2b7ba

Browse files
[pre-commit.ci] pre-commit autoupdate (#6689)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.13.0](astral-sh/ruff-pre-commit@v0.12.11...v0.13.0) - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.1](pre-commit/mirrors-mypy@v1.17.1...v1.18.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3b4eb8a commit fc2b7ba

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.12.11"
32+
rev: "v0.13.0"
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.19.1
54+
rev: 1.20.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.17.1'
66+
rev: 'v1.18.1'
6767
hooks:
6868
- id: mypy
6969
additional_dependencies:

0 commit comments

Comments
 (0)