Skip to content

Commit e6de8db

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.7.0 → 24.2.0](psf/black@23.7.0...24.2.0) - [github.com/nbQA-dev/nbQA: 1.7.0 → 1.7.1](nbQA-dev/nbQA@1.7.0...1.7.1) - [github.com/mwouts/jupytext: v1.15.1 → v1.16.1](mwouts/jupytext@v1.15.1...v1.16.1)
1 parent 96a2b19 commit e6de8db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 23.7.0
3+
rev: 24.2.0
44
hooks:
55
- id: black-jupyter
66
- repo: https://github.com/nbQA-dev/nbQA
7-
rev: 1.7.0
7+
rev: 1.7.1
88
hooks:
99
- id: nbqa-isort
1010
additional_dependencies: [isort==5.6.4]
@@ -96,7 +96,7 @@ repos:
9696
language: pygrep
9797
types_or: [markdown, rst, jupyter]
9898
- repo: https://github.com/mwouts/jupytext
99-
rev: v1.15.1
99+
rev: v1.16.1
100100
hooks:
101101
- id: jupytext
102102
files: ^examples/.+\.ipynb$

0 commit comments

Comments
 (0)