File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
{{cookiecutter.project_name}} Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ repos:
12
12
language_version : " 17.9.1"
13
13
# Hooks that are run for scripts
14
14
- repo : https://github.com/psf/black
15
- rev : " 23.10.0 "
15
+ rev : " 23.10.1 "
16
16
hooks :
17
17
- id : black
18
18
files : ^scripts/
19
19
- repo : https://github.com/astral-sh/ruff-pre-commit
20
- rev : v0.1.1
20
+ rev : v0.1.3
21
21
hooks :
22
22
- id : ruff
23
23
args : [--fix, --exit-non-zero-on-fix]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ default_stages:
7
7
minimum_pre_commit_version : 2.16.0
8
8
repos :
9
9
- repo : https://github.com/psf/black
10
- rev : " 23.10.0 "
10
+ rev : " 23.10.1 "
11
11
hooks :
12
12
- id : black
13
13
- repo : https://github.com/asottile/blacken-docs
25
25
# https://github.com/jupyterlab/jupyterlab/issues/12675
26
26
language_version : " 17.9.1"
27
27
- repo : https://github.com/astral-sh/ruff-pre-commit
28
- rev : v0.1.1
28
+ rev : v0.1.3
29
29
hooks :
30
30
- id : ruff
31
31
args : [--fix, --exit-non-zero-on-fix]
Original file line number Diff line number Diff line change 115
115
"repository_url" : repository_url ,
116
116
"use_repository_button" : True ,
117
117
"path_to_docs" : "docs/" ,
118
+ "navigation_with_keys" : False ,
118
119
}
119
120
120
121
pygments_style = "default"
You can’t perform that action at this time.
0 commit comments