File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,16 +7,16 @@ default_stages:
77minimum_pre_commit_version : 2.16.0
88repos :
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]
Original file line number Diff line number Diff 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]
4848envs.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"
5049envs.docs.scripts.clean = " git clean -fdX -- {args:docs}"
50+ envs.docs.scripts.open = " python3 -m webbrowser -t docs/_build/html/index.html"
5151envs.registry.features = [ " registry" ]
5252envs.registry.scripts.validate = " python tutorial-registry/validate.py {args}"
5353
You can’t perform that action at this time.
0 commit comments