Skip to content

Commit 8e7acbd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 8.0.1 → 9.0.0b1](PyCQA/isort@8.0.1...9.0.0b1) - [github.com/psf/black-pre-commit-mirror: 26.3.1 → 26.5.1](psf/black-pre-commit-mirror@26.3.1...26.5.1) - [github.com/woodruffw/zizmor-pre-commit: v1.23.1 → v1.29.0](zizmorcore/zizmor-pre-commit@v1.23.1...v1.29.0) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v2.3.0](pre-commit/mirrors-mypy@v1.19.1...v2.3.0)
1 parent 46ff608 commit 8e7acbd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,25 +47,25 @@ repos:
4747
args: [--py37-plus, --keep-runtime-typing]
4848

4949
- repo: https://github.com/pycqa/isort
50-
rev: 8.0.1
50+
rev: 9.0.0b1
5151
hooks:
5252
- id: isort
5353
name: isort (python)
5454
args: ["--profile", "black", "--line-length", "80", "--filter-files"]
5555

5656
- repo: https://github.com/psf/black-pre-commit-mirror
57-
rev: 26.3.1
57+
rev: 26.5.1
5858
hooks:
5959
- id: black
6060
args: ["--line-length", "80"]
6161

6262
- repo: https://github.com/woodruffw/zizmor-pre-commit
63-
rev: v1.23.1
63+
rev: v1.29.0
6464
hooks:
6565
- id: zizmor
6666

6767
- repo: https://github.com/pre-commit/mirrors-mypy
68-
rev: v1.19.1
68+
rev: v2.3.0
6969
hooks:
7070
- id: mypy
7171
pass_filenames: false

0 commit comments

Comments
 (0)