Skip to content

Commit 03da25c

Browse files
committed
Updating lock. Running ruff format / check.
1 parent 80ace8b commit 03da25c

File tree

3 files changed

+121
-101
lines changed

3 files changed

+121
-101
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
- id: detect-private-key
2222

2323
- repo: https://github.com/astral-sh/uv-pre-commit
24-
rev: '0.6.9'
24+
rev: '0.6.10'
2525
hooks:
2626
- id: uv-lock
2727
- id: uv-sync

docs/source/conf.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,7 @@
3131
# Add any Sphinx extension module names here, as strings. They can be
3232
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3333
# ones.
34-
extensions = [
35-
"sphinx.ext.autodoc",
36-
"sphinx.ext.coverage",
37-
"sphinx.ext.napoleon",
38-
"sphinx_immaterial"
39-
]
34+
extensions = ["sphinx.ext.autodoc", "sphinx.ext.coverage", "sphinx.ext.napoleon", "sphinx_immaterial"]
4035

4136
# Add any paths that contain templates here, relative to this directory.
4237
templates_path = ["_templates"]

0 commit comments

Comments
 (0)