Skip to content

Commit 64b09e7

Browse files
committed
Merge branch 'stable'
2 parents eba894a + e8c44c3 commit 64b09e7

4 files changed

Lines changed: 156 additions & 113 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ repos:
66
args:
77
- --ignore-words-list=fo,te,worl
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: fa93bc3224c614a0e9786d3e2d3d48edcca246eb # frozen: v0.15.1
9+
rev: 0839f92796ae388643a08a21640a029b322be5c2 # frozen: v0.15.2
1010
hooks:
1111
- id: ruff-check
1212
- id: ruff-format
1313
- repo: https://github.com/astral-sh/uv-pre-commit
14-
rev: 6e1b55a6dbea001ba7b914eae67df3c4bbd3ff6e # frozen: 0.10.4
14+
rev: 92110f8f7c622b1f544fd9b509fd3588e4bec7c2 # frozen: 0.10.6
1515
hooks:
1616
- id: uv-lock
1717
- repo: https://github.com/pre-commit/pre-commit-hooks

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
"python": ("https://docs.python.org/3/", None),
3232
}
3333

34+
# https://github.com/sphinx-doc/sphinx/issues/14223
35+
suppress_warnings = ["ref.python"]
36+
3437
# HTML -----------------------------------------------------------------
3538

3639
html_theme = "werkzeug"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dev = [
4242
]
4343
docs = [
4444
"pallets-sphinx-themes",
45-
"sphinx<9",
45+
"sphinx",
4646
"sphinxcontrib-log-cabinet",
4747
]
4848
docs-auto = [

0 commit comments

Comments
 (0)