Skip to content

Commit 27c0f17

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/psf/black: 23.10.1 → 25.1.0](psf/black@23.10.1...25.1.0) - [github.com/kynan/nbstripout: 0.6.1 → 0.8.1](kynan/nbstripout@0.6.1...0.8.1) - [github.com/nbQA-dev/nbQA: 1.7.0 → 1.9.1](nbQA-dev/nbQA@1.7.0...1.9.1)
1 parent 1dedbf6 commit 27c0f17

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v5.0.0
44
hooks:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
77
- repo: https://github.com/psf/black
8-
rev: 23.10.1
8+
rev: 25.1.0
99
hooks:
1010
- id: black
1111
- repo: https://github.com/kynan/nbstripout
12-
rev: 0.6.1
12+
rev: 0.8.1
1313
hooks:
1414
- id: nbstripout
1515
- repo: https://github.com/nbQA-dev/nbQA
16-
rev: 1.7.0
16+
rev: 1.9.1
1717
hooks:
1818
- id: nbqa-black
1919
#- id: nbqa-isort

0 commit comments

Comments
 (0)