Skip to content

Commit 200e8c6

Browse files
[pre-commit.ci] pre-commit autoupdate (#14426)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.11 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.11...v0.15.12) - [github.com/pre-commit/mirrors-mypy: v1.20.1 → v1.20.2](pre-commit/mirrors-mypy@v1.20.1...v1.20.2) - [github.com/RobertCraigie/pyright-python: v1.1.408 → v1.1.409](RobertCraigie/pyright-python@v1.1.408...v1.1.409) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5dfd4ea commit 200e8c6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
minimum_pre_commit_version: "4.4.0"
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: "v0.15.11"
4+
rev: "v0.15.12"
55
hooks:
66
- id: ruff-check
77
args: ["--fix"]
@@ -34,7 +34,7 @@ repos:
3434
hooks:
3535
- id: python-use-type-annotations
3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v1.20.1
37+
rev: v1.20.2
3838
hooks:
3939
- id: mypy
4040
files: ^(src/|testing/|scripts/)
@@ -50,7 +50,7 @@ repos:
5050
# on <3.11
5151
- exceptiongroup>=1.0.0rc8
5252
- repo: https://github.com/RobertCraigie/pyright-python
53-
rev: v1.1.408
53+
rev: v1.1.409
5454
hooks:
5555
- id: pyright
5656
files: ^(src/|scripts/)

0 commit comments

Comments
 (0)