Skip to content

Commit 5ac0eb3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.12.1 → 24.3.0](psf/black@23.12.1...24.3.0) - [github.com/kynan/nbstripout: 0.6.1 → 0.7.1](kynan/nbstripout@0.6.1...0.7.1) - [github.com/nbQA-dev/nbQA: 1.7.1 → 1.8.5](nbQA-dev/nbQA@1.7.1...1.8.5)
1 parent d207068 commit 5ac0eb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ repos:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
77
- repo: https://github.com/psf/black
8-
rev: 23.12.1
8+
rev: 24.3.0
99
hooks:
1010
- id: black
1111
- repo: https://github.com/kynan/nbstripout
12-
rev: 0.6.1
12+
rev: 0.7.1
1313
hooks:
1414
- id: nbstripout
1515
- repo: https://github.com/nbQA-dev/nbQA
16-
rev: 1.7.1
16+
rev: 1.8.5
1717
hooks:
1818
- id: nbqa-black
1919
#- id: nbqa-isort

0 commit comments

Comments
 (0)