Skip to content

Commit c964f0a

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

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
@@ -8,7 +8,7 @@ repos:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- repo: https://github.com/psf/black-pre-commit-mirror
11-
rev: 25.12.0
11+
rev: 26.1.0
1212
hooks:
1313
- id: black
1414
- repo: https://github.com/pycqa/flake8
@@ -21,7 +21,7 @@ repos:
2121
- id: isort
2222
args: ["--profile", "black"]
2323
- repo: https://github.com/kynan/nbstripout
24-
rev: 0.8.2
24+
rev: 0.9.0
2525
hooks:
2626
- id: nbstripout
2727
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)