Skip to content

Commit 4d0d1d7

Browse files
committed
⬆️ Update sphinx and pre-commit hooks
1 parent c6b0978 commit 4d0d1d7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
- id: end-of-file-fixer
2525
- id: trailing-whitespace
2626
- repo: https://github.com/tox-dev/pyproject-fmt
27-
rev: 6e10264313f53d6247a8b1b984f5b5ccf50ba539 # v2.21.0
27+
rev: 91de51aef61c5f2383f03da25604e3d65a8309e0 # v2.21.1
2828
hooks:
2929
- id: pyproject-fmt
3030
- repo: https://github.com/abravalheri/validate-pyproject
@@ -37,7 +37,7 @@ repos:
3737
- id: sphinx-lint
3838
types: [rst]
3939
- repo: https://github.com/pycqa/isort
40-
rev: a333737ed43df02b18e6c95477ea1b285b3de15a # 8.0.1
40+
rev: dac090ce4d9ee313d086e2e89ab1acb8c2664fa1 # 9.0.0a3
4141
hooks:
4242
- id: isort
4343
additional_dependencies: ["toml"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ docs = [
4040
"matplotlib",
4141
"nbsphinx",
4242
"notebook",
43-
"sphinx<8.2", # furo requires sphinx < 8.2
43+
"sphinx",
4444
"sphinx-copybutton",
4545
"sphinx-inline-tabs",
4646
"sphinx-lint",

0 commit comments

Comments
 (0)