Commit 727b6a2 1 parent 98de528 commit 727b6a2 Copy full SHA for 727b6a2
File tree 2 files changed +6
-6
lines changed
doc/json_mime_render_plugin
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ exclude: '.*.weldx$|.*.wx$|.*.asdf$'
12
12
repos :
13
13
# ----- general formatting -----
14
14
- repo : https://github.com/pre-commit/pre-commit-hooks
15
- rev : v4.6 .0
15
+ rev : v5.0 .0
16
16
hooks :
17
17
- id : trailing-whitespace
18
18
args : [--markdown-linebreak-ext=md]
19
19
- id : end-of-file-fixer
20
20
- id : check-yaml
21
21
exclude : devtools/conda.recipe/meta.yaml # doesn't play nice with jinja
22
22
- repo : https://github.com/executablebooks/mdformat
23
- rev : 0.7.17
23
+ rev : 0.7.18
24
24
hooks :
25
25
- id : mdformat
26
26
additional_dependencies :
29
29
- mdformat-config
30
30
# ----- Python formatting -----
31
31
- repo : https://github.com/astral-sh/ruff-pre-commit
32
- rev : v0.6.3
32
+ rev : v0.7.2
33
33
hooks :
34
34
# Run ruff linter.
35
35
- id : ruff
@@ -39,11 +39,11 @@ repos:
39
39
# Run ruff formatter.
40
40
- id : ruff-format
41
41
- repo : https://github.com/tox-dev/pyproject-fmt
42
- rev : 2.2.1
42
+ rev : v2.5.0
43
43
hooks :
44
44
- id : pyproject-fmt
45
45
- repo : https://github.com/abravalheri/validate-pyproject
46
- rev : v0.19
46
+ rev : v0.22
47
47
hooks :
48
48
- id : validate-pyproject
49
49
# ----- Jupyter Notebooks -----
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name = "myst-nb-json-renderer"
3
3
version = " 1"
4
4
classifiers = [
5
5
" Programming Language :: Python :: 3 :: Only" ,
6
- " Programming Language :: Python :: 3.8" ,
7
6
" Programming Language :: Python :: 3.9" ,
8
7
" Programming Language :: Python :: 3.10" ,
9
8
" Programming Language :: Python :: 3.11" ,
10
9
" Programming Language :: Python :: 3.12" ,
10
+ " Programming Language :: Python :: 3.13" ,
11
11
]
12
12
entry-points."myst_nb.mime_renderers".json_mime = " myst_nb_json_render_plugin:MimeRenderPlugin"
You can’t perform that action at this time.
0 commit comments