Skip to content

Commit 60229fb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.18.2](pre-commit/mirrors-mypy@v1.15.0...v1.18.2) - [github.com/PyCQA/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.21.0](asottile/pyupgrade@v3.19.1...v3.21.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.9 → v0.14.2](astral-sh/ruff-pre-commit@v0.11.9...v0.14.2) - [github.com/RobertCraigie/pyright-python: v1.1.400 → v1.1.407](RobertCraigie/pyright-python@v1.1.400...v1.1.407)
1 parent 7ba456e commit 60229fb

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exclude: 'scripts/.*'
88
repos:
99

1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v5.0.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: check-added-large-files
1414
- id: check-ast
@@ -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.18.2
4949
hooks:
5050
- id: mypy
5151
name: mypy
@@ -61,20 +61,20 @@ repos:
6161
# files: ^(src/|tests/)
6262

6363
- repo: https://github.com/PyCQA/isort
64-
rev: 6.0.1
64+
rev: 7.0.0
6565
hooks:
6666
- id: isort
6767
args: ["--profile", "black", "--filter-files", "--combine-as", "honor--noqa"]
6868

69-
- repo: https://github.com/psf/black
70-
rev: 25.1.0
69+
- repo: https://github.com/psf/black-pre-commit-mirror
70+
rev: 25.9.0
7171
hooks:
7272
- id: black
7373
language_version: python3.9
7474
args: ["--skip-magic-trailing-comma"]
7575

7676
- repo: https://github.com/asottile/pyupgrade
77-
rev: v3.19.1
77+
rev: v3.21.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.14.2'
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.407
149149
hooks:
150150
- id: pyright

0 commit comments

Comments
 (0)