Skip to content

Commit f2adad5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/kynan/nbstripout: 0.8.1 → 0.9.1](kynan/nbstripout@0.8.1...0.9.1) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 26.5.1](psf/black-pre-commit-mirror@25.9.0...26.5.1)
1 parent aae5639 commit f2adad5

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
@@ -2,14 +2,14 @@ repos:
22
# Make sure that Jupyter notebooks under version control
33
# have their outputs stripped before committing
44
- repo: https://github.com/kynan/nbstripout
5-
rev: 0.8.1
5+
rev: 0.9.1
66
hooks:
77
- id: nbstripout
88
files: ".ipynb"
99

1010
# Run Black - the uncompromising Python code formatter
11-
- repo: https://github.com/psf/black
12-
rev: 25.9.0
11+
- repo: https://github.com/psf/black-pre-commit-mirror
12+
rev: 26.5.1
1313
hooks:
1414
- id: black
1515
- id: black-jupyter

0 commit comments

Comments
 (0)