Skip to content

Commit 00cbdee

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)
1 parent d8cad9d commit 00cbdee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ repos:
1010
args: [--allow-multiple-documents]
1111
- id: check-added-large-files
1212
- repo: https://github.com/PyCQA/isort
13-
rev: 8.0.1
13+
rev: 9.0.0a3
1414
hooks:
1515
- id: isort
1616
args: ["--profile", "black"]
1717
- repo: https://github.com/psf/black-pre-commit-mirror
18-
rev: 26.3.1
18+
rev: 26.5.1
1919
hooks:
2020
- id: black
2121
args: [--preview]

0 commit comments

Comments
 (0)