Skip to content

Commit 03d7837

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 26.1.0 → 26.3.1](psf/black-pre-commit-mirror@26.1.0...26.3.1) - [github.com/PyCQA/isort: 7.0.0 → 8.0.1](PyCQA/isort@7.0.0...8.0.1)
1 parent c71cb08 commit 03d7837

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: .*\.rpt$
22

33
repos:
44
- repo: https://github.com/psf/black-pre-commit-mirror
5-
rev: 26.1.0
5+
rev: 26.3.1
66
hooks:
77
- id: black-jupyter
88
language_version: python3
@@ -24,7 +24,7 @@ repos:
2424
- id: trailing-whitespace
2525

2626
- repo: https://github.com/PyCQA/isort
27-
rev: 7.0.0
27+
rev: 8.0.1
2828
hooks:
2929
- id: isort
3030
args: ["--profile", "black", --line-length=125]

0 commit comments

Comments
 (0)