Skip to content

Commit f334513

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/kynan/nbstripout: 0.9.0 → 0.9.1](kynan/nbstripout@0.9.0...0.9.1)
1 parent ff0112f commit f334513

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
@@ -35,7 +35,7 @@ repos:
3535
- id: flake8
3636

3737
- repo: https://github.com/PyCQA/isort
38-
rev: 7.0.0
38+
rev: 8.0.1
3939
hooks:
4040
- id: isort
4141

@@ -45,7 +45,7 @@ repos:
4545
- id: prettier
4646

4747
- repo: https://github.com/kynan/nbstripout
48-
rev: 0.9.0
48+
rev: 0.9.1
4949
hooks:
5050
- id: nbstripout
5151
args: [--extra-keys=metadata.kernelspec metadata.language_info.version]

0 commit comments

Comments
 (0)