Skip to content

Commit 16d2ac4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0) - [github.com/PyCQA/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.11.5](astral-sh/ruff-pre-commit@v0.9.4...v0.11.5) - [github.com/RobertCraigie/pyright-python: v1.1.393 → v1.1.399](RobertCraigie/pyright-python@v1.1.393...v1.1.399)
1 parent 2736289 commit 16d2ac4

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.14.1
48+
rev: v1.15.0
4949
hooks:
5050
- id: mypy
5151
name: mypy
@@ -61,7 +61,7 @@ repos:
6161
# files: ^(src/|tests/)
6262

6363
- repo: https://github.com/PyCQA/isort
64-
rev: 6.0.0
64+
rev: 6.0.1
6565
hooks:
6666
- id: isort
6767
args: ["--profile", "black", "--filter-files", "--combine-as", "honor--noqa"]
@@ -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.9.4'
136+
rev: 'v0.11.5'
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.393
148+
rev: v1.1.399
149149
hooks:
150150
- id: pyright

0 commit comments

Comments
 (0)