Skip to content

Commit 49f6478

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.1](pre-commit/mirrors-mypy@v1.15.0...v1.16.1) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.9 → v0.12.3](astral-sh/ruff-pre-commit@v0.11.9...v0.12.3) - [github.com/RobertCraigie/pyright-python: v1.1.400 → v1.1.403](RobertCraigie/pyright-python@v1.1.400...v1.1.403)
1 parent 7ba456e commit 49f6478

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
4545
# files: .pre-commit-config.yaml
4646

4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: v1.15.0
48+
rev: v1.16.1
4949
hooks:
5050
- id: mypy
5151
name: mypy
@@ -74,7 +74,7 @@ repos:
7474
args: ["--skip-magic-trailing-comma"]
7575

7676
- repo: https://github.com/asottile/pyupgrade
77-
rev: v3.19.1
77+
rev: v3.20.0
7878
hooks:
7979
- args:
8080
- --py39-plus
@@ -133,7 +133,7 @@ repos:
133133
# C901 function is too complex # for iter_at_depth
134134
# PLR0912 too many branches # for iter_at_depth
135135
#
136-
rev: 'v0.11.9'
136+
rev: 'v0.12.3'
137137
hooks:
138138
- id: ruff
139139
exclude: "tests"
@@ -145,6 +145,6 @@ repos:
145145

146146
# reads pyproject.toml for additional config
147147
- repo: https://github.com/RobertCraigie/pyright-python
148-
rev: v1.1.400
148+
rev: v1.1.403
149149
hooks:
150150
- id: pyright

0 commit comments

Comments
 (0)