Skip to content

Commit 8ab6c0f

Browse files
[pre-commit.ci] pre-commit autoupdate (#561)
updates: - [github.com/PyCQA/isort: 7.0.0 → 8.0.1](PyCQA/isort@7.0.0...8.0.1) - [github.com/psf/black-pre-commit-mirror: 26.1.0 → 26.3.0](psf/black-pre-commit-mirror@26.1.0...26.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 65c4d96 commit 8ab6c0f

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: "7.0.0"
10+
rev: "8.0.1"
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.1.0"
18+
rev: "26.3.0"
1919
hooks:
2020
- id: black-jupyter

0 commit comments

Comments
 (0)