Skip to content

Commit d80b0c1

Browse files
Update instance repo from cookiecutter template
1 parent 19f6cad commit d80b0c1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
# https://github.com/jupyterlab/jupyterlab/issues/12675
2626
language_version: "17.9.1"
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.1.1
28+
rev: v0.1.3
2929
hooks:
3030
- id: ruff
3131
args: [--fix, --exit-non-zero-on-fix]

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
"repository_url": repository_url,
116116
"use_repository_button": True,
117117
"path_to_docs": "docs/",
118+
"navigation_with_keys": False,
118119
}
119120

120121
pygments_style = "default"

0 commit comments

Comments
 (0)