Skip to content

Commit 4a8d89f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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/PyCQA/isort: 8.0.1 → 9.0.0b5](PyCQA/isort@8.0.1...9.0.0b5)
1 parent 279a09c commit 4a8d89f

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
@@ -14,12 +14,12 @@ repos:
1414
- id: pyupgrade
1515
args: [--py38-plus]
1616
- repo: https://github.com/psf/black-pre-commit-mirror
17-
rev: 26.3.1
17+
rev: 26.5.1
1818
hooks:
1919
- id: black-jupyter
2020

2121
- repo: https://github.com/PyCQA/isort
22-
rev: 8.0.1
22+
rev: 9.0.0b5
2323
hooks:
2424
- id: isort
2525
name: isort (python)

0 commit comments

Comments
 (0)