Skip to content

Commit 77fb9f3

Browse files
[pre-commit.ci] pre-commit autoupdate (#280)
1 parent be1481f commit 77fb9f3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ default_stages:
77
minimum_pre_commit_version: 2.16.0
88
repos:
99
- repo: https://github.com/biomejs/pre-commit
10-
rev: v2.4.15
10+
rev: v2.4.16
1111
hooks:
1212
- id: biome-format
1313
exclude: ^\.cruft\.json$ # inconsistent indentation with cruft - file never to be modified manually.
1414
- repo: https://github.com/tox-dev/pyproject-fmt
15-
rev: v2.21.2
15+
rev: v2.23.0
1616
hooks:
1717
- id: pyproject-fmt
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.15.14
19+
rev: v0.15.15
2020
hooks:
2121
- id: ruff-check
2222
types_or: [python, pyi, jupyter]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ envs.docs.extra-dependencies = [
4646
"myst-nb @ git+https://github.com/flying-sheep/MyST-NB.git@eval-metadata",
4747
]
4848
envs.docs.scripts.build = "sphinx-build -M html docs docs/_build {args}"
49-
envs.docs.scripts.open = "python3 -m webbrowser -t docs/_build/html/index.html"
5049
envs.docs.scripts.clean = "git clean -fdX -- {args:docs}"
50+
envs.docs.scripts.open = "python3 -m webbrowser -t docs/_build/html/index.html"
5151
envs.registry.features = [ "registry" ]
5252
envs.registry.scripts.validate = "python tutorial-registry/validate.py {args}"
5353

0 commit comments

Comments
 (0)