Skip to content

Commit 2e9e19a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 8.0.1 → 9.0.0a3](PyCQA/isort@8.0.1...9.0.0a3) - [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.24.1 → v1.26.1](zizmorcore/zizmor-pre-commit@v1.24.1...v1.26.1)
1 parent 145bfed commit 2e9e19a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,19 @@ 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.0a3
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.24.1
63+
rev: v1.26.1
6464
hooks:
6565
- id: zizmor

0 commit comments

Comments
 (0)