Skip to content

Commit 1833c3b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 26.3.0 → 26.3.1](psf/black-pre-commit-mirror@26.3.0...26.3.1) - [github.com/PyCQA/isort: 8.0.1 → 9.0.0a3](PyCQA/isort@8.0.1...9.0.0a3)
1 parent f1963a4 commit 1833c3b

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
@@ -9,7 +9,7 @@ repos:
99
- id: check-added-large-files
1010
# General formatting
1111
- repo: https://github.com/psf/black-pre-commit-mirror
12-
rev: 26.3.0
12+
rev: 26.3.1
1313
hooks:
1414
- id: black
1515
- id: black-jupyter
@@ -27,7 +27,7 @@ repos:
2727
- id: pycln
2828
# Sorted imports
2929
- repo: https://github.com/PyCQA/isort
30-
rev: "8.0.1"
30+
rev: "9.0.0a3"
3131
hooks:
3232
- id: isort
3333
additional_dependencies: [toml]

0 commit comments

Comments
 (0)