Skip to content

Commit 727b6a2

Browse files
[pre-commit.ci] pre-commit autoupdate (#947)
* [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/executablebooks/mdformat: 0.7.17 → 0.7.18](hukkin/mdformat@0.7.17...0.7.18) - [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.7.2](astral-sh/ruff-pre-commit@v0.6.3...v0.7.2) - [github.com/tox-dev/pyproject-fmt: 2.2.1 → v2.5.0](tox-dev/pyproject-fmt@2.2.1...v2.5.0) - [github.com/abravalheri/validate-pyproject: v0.19 → v0.22](abravalheri/validate-pyproject@v0.19...v0.22) * Update pyproject.toml --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Çağtay Fabry <[email protected]>
1 parent 98de528 commit 727b6a2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ exclude: '.*.weldx$|.*.wx$|.*.asdf$'
1212
repos:
1313
# ----- general formatting -----
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.6.0
15+
rev: v5.0.0
1616
hooks:
1717
- id: trailing-whitespace
1818
args: [--markdown-linebreak-ext=md]
1919
- id: end-of-file-fixer
2020
- id: check-yaml
2121
exclude: devtools/conda.recipe/meta.yaml # doesn't play nice with jinja
2222
- repo: https://github.com/executablebooks/mdformat
23-
rev: 0.7.17
23+
rev: 0.7.18
2424
hooks:
2525
- id: mdformat
2626
additional_dependencies:
@@ -29,7 +29,7 @@ repos:
2929
- mdformat-config
3030
# ----- Python formatting -----
3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.6.3
32+
rev: v0.7.2
3333
hooks:
3434
# Run ruff linter.
3535
- id: ruff
@@ -39,11 +39,11 @@ repos:
3939
# Run ruff formatter.
4040
- id: ruff-format
4141
- repo: https://github.com/tox-dev/pyproject-fmt
42-
rev: 2.2.1
42+
rev: v2.5.0
4343
hooks:
4444
- id: pyproject-fmt
4545
- repo: https://github.com/abravalheri/validate-pyproject
46-
rev: v0.19
46+
rev: v0.22
4747
hooks:
4848
- id: validate-pyproject
4949
# ----- Jupyter Notebooks -----

doc/json_mime_render_plugin/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name = "myst-nb-json-renderer"
33
version = "1"
44
classifiers = [
55
"Programming Language :: Python :: 3 :: Only",
6-
"Programming Language :: Python :: 3.8",
76
"Programming Language :: Python :: 3.9",
87
"Programming Language :: Python :: 3.10",
98
"Programming Language :: Python :: 3.11",
109
"Programming Language :: Python :: 3.12",
10+
"Programming Language :: Python :: 3.13",
1111
]
1212
entry-points."myst_nb.mime_renderers".json_mime = "myst_nb_json_render_plugin:MimeRenderPlugin"

0 commit comments

Comments
 (0)