Skip to content

Commit f707f76

Browse files
committed
Add references, author, and how-to class.
1 parent 40e346e commit f707f76

File tree

4 files changed

+50
-618
lines changed

4 files changed

+50
-618
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
repos:
22
- repo: https://github.com/mwouts/jupytext
3-
rev: v1.13.7
3+
rev: v1.14.1
44
hooks:
55
- id: jupytext
66
files: ^examples/.+\.ipynb$
77
args: ["--sync"]
88
- repo: https://github.com/psf/black
9-
rev: 22.3.0
9+
rev: 22.10.0
1010
hooks:
1111
- id: black-jupyter
1212
- repo: https://github.com/nbQA-dev/nbQA
13-
rev: 1.1.0
13+
rev: 1.5.2
1414
hooks:
1515
- id: nbqa-isort
1616
additional_dependencies: [isort==5.6.4]
@@ -107,13 +107,13 @@ repos:
107107
language: pygrep
108108
types_or: [markdown, rst, jupyter]
109109
- repo: https://github.com/mwouts/jupytext
110-
rev: v1.13.7
110+
rev: v1.14.1
111111
hooks:
112112
- id: jupytext
113113
files: ^examples/.+\.ipynb$
114114
args: ["--sync"]
115115
- repo: https://github.com/codespell-project/codespell
116-
rev: v2.1.0
116+
rev: v2.2.1
117117
hooks:
118118
- id: codespell
119119
files: myst_nbs/

0 commit comments

Comments
 (0)