Skip to content

Commit 7dc6389

Browse files
[pre-commit.ci] pre-commit autoupdate (#236)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Philipp A <[email protected]>
1 parent 3609d73 commit 7dc6389

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ repos:
1212
language_version: "17.9.1"
1313
# Hooks that are run for scripts
1414
- repo: https://github.com/psf/black
15-
rev: "23.10.0"
15+
rev: "23.10.1"
1616
hooks:
1717
- id: black
1818
files: ^scripts/
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.1.1
20+
rev: v0.1.3
2121
hooks:
2222
- id: ruff
2323
args: [--fix, --exit-non-zero-on-fix]

{{cookiecutter.project_name}}/.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default_stages:
77
minimum_pre_commit_version: 2.16.0
88
repos:
99
- repo: https://github.com/psf/black
10-
rev: "23.10.0"
10+
rev: "23.10.1"
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/asottile/blacken-docs
@@ -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]

{{cookiecutter.project_name}}/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)