Skip to content

Commit b771925

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1) - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.2 → v0.8.6](astral-sh/ruff-pre-commit@v0.8.2...v0.8.6) - [github.com/RobertCraigie/pyright-python: v1.1.390 → v1.1.391](RobertCraigie/pyright-python@v1.1.390...v1.1.391)
1 parent 40d191f commit b771925

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.13.0
48+
rev: v1.14.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.0
77+
rev: v3.19.1
7878
hooks:
7979
- args:
8080
- --py38-plus
@@ -135,7 +135,7 @@ repos:
135135
# C901 function is too complex # for iter_at_depth
136136
# PLR0912 too many branches # for iter_at_depth
137137
#
138-
rev: 'v0.8.2'
138+
rev: 'v0.8.6'
139139
hooks:
140140
- id: ruff
141141
exclude: "tests"
@@ -147,6 +147,6 @@ repos:
147147

148148
# reads pyproject.toml for additional config
149149
- repo: https://github.com/RobertCraigie/pyright-python
150-
rev: v1.1.390
150+
rev: v1.1.391
151151
hooks:
152152
- id: pyright

0 commit comments

Comments
 (0)