Skip to content

Commit 4c6da6a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.3.0 → 25.9.0](psf/black-pre-commit-mirror@23.3.0...25.9.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 1169e4c commit 4c6da6a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.4.0
3+
rev: v6.0.0
44
hooks:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
7-
- repo: https://github.com/psf/black
8-
rev: 23.3.0
7+
- repo: https://github.com/psf/black-pre-commit-mirror
8+
rev: 25.9.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)