Skip to content

Commit 069de58

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/kynan/nbstripout: 0.8.2 → 0.9.0](kynan/nbstripout@0.8.2...0.9.0) - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.1.0](psf/black-pre-commit-mirror@25.12.0...26.1.0)
1 parent 70b9243 commit 069de58

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
@@ -1,7 +1,7 @@
11

22
repos:
33
- repo: https://github.com/kynan/nbstripout
4-
rev: 0.8.2
4+
rev: 0.9.0
55
hooks:
66
- id: nbstripout
77
files: ".ipynb"
@@ -14,7 +14,7 @@ repos:
1414
- id: check-merge-conflict # Check for files that contain merge conflict strings.
1515
- id: check-added-large-files # Prevent large files from being added to the repository.
1616
- repo: https://github.com/psf/black-pre-commit-mirror
17-
rev: 25.12.0
17+
rev: 26.1.0
1818
hooks:
1919
- id: black
2020
- repo: https://github.com/pycqa/isort

0 commit comments

Comments
 (0)