Skip to content

Commit 0ab18aa

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.0 → 26.3.1](psf/black-pre-commit-mirror@26.3.0...26.3.1)
1 parent 8ab6c0f commit 0ab18aa

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
@@ -7,14 +7,14 @@ repos:
77
- id: debug-statements
88

99
- repo: https://github.com/PyCQA/isort
10-
rev: "8.0.1"
10+
rev: "9.0.0a3"
1111
hooks:
1212
- id: isort
1313
args: []
1414
additional_dependencies: [toml]
1515
exclude: docs/tutorials
1616

1717
- repo: https://github.com/psf/black-pre-commit-mirror
18-
rev: "26.3.0"
18+
rev: "26.3.1"
1919
hooks:
2020
- id: black-jupyter

0 commit comments

Comments
 (0)