Skip to content

Commit 26f39a0

Browse files
[pre-commit.ci] pre-commit autoupdate
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.1](psf/black-pre-commit-mirror@26.1.0...26.3.1) - [github.com/kynan/nbstripout: 0.9.0 → 0.9.1](kynan/nbstripout@0.9.0...0.9.1)
1 parent 5ddb862 commit 26f39a0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ repos:
1515
exclude: ".copier-answers.yml"
1616
- id: check-yaml
1717
- repo: https://github.com/PyCQA/isort
18-
rev: "7.0.0"
18+
rev: "8.0.1"
1919
hooks:
2020
- id: isort
2121
additional_dependencies: [toml]
2222
- repo: https://github.com/psf/black-pre-commit-mirror
23-
rev: "26.1.0"
23+
rev: "26.3.1"
2424
hooks:
2525
- id: black-jupyter
2626
- repo: https://github.com/kynan/nbstripout
27-
rev: "0.9.0"
27+
rev: "0.9.1"
2828
hooks:
2929
- id: nbstripout

0 commit comments

Comments
 (0)