Skip to content

Commit e96be6f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.0](kynan/nbstripout@0.7.1...0.8.0) - [github.com/nbQA-dev/nbQA: 1.8.7 → 1.9.1](nbQA-dev/nbQA@1.8.7...1.9.1)
1 parent d124f68 commit e96be6f

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
@@ -2,14 +2,14 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-yaml
1010
- id: check-added-large-files
1111
- repo: https://github.com/psf/black
12-
rev: 24.8.0
12+
rev: 24.10.0
1313
hooks:
1414
- id: black
1515
args: [--config, pyproject.toml]
@@ -29,11 +29,11 @@ repos:
2929
- id: flake8
3030
args: [--exclude, nbconvert_config.py]
3131
- repo: https://github.com/kynan/nbstripout
32-
rev: 0.7.1
32+
rev: 0.8.0
3333
hooks:
3434
- id: nbstripout
3535
- repo: https://github.com/nbQA-dev/nbQA
36-
rev: 1.8.7
36+
rev: 1.9.1
3737
hooks:
3838
- id: nbqa-black
3939
- id: nbqa-isort

0 commit comments

Comments
 (0)