We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c93d6e0 + 30e0b86 commit 43e532cCopy full SHA for 43e532c
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
12
- repo: https://github.com/astral-sh/ruff-pre-commit
13
# Ruff version.
14
- rev: 'v0.14.2'
+ rev: 'v0.14.4'
15
hooks:
16
# Run the linter.
17
- id: ruff
@@ -36,7 +36,7 @@ repos:
36
additional_dependencies: ['types-requests']
37
38
- repo: https://github.com/streetsidesoftware/cspell-cli
39
- rev: v9.2.1
+ rev: v9.3.0
40
41
- id: cspell
42
files: src/|docs/source/(.+).md|docs/source/(.+).rst|tests|README.md
pyproject.toml
@@ -60,7 +60,7 @@ dev = [
60
"wheel",
61
]
62
docs = [
63
- "jupyter-book",
+ "jupyter-book<2.0",
64
"jupytext",
65
"pandas",
66
"plotly<6.0",
0 commit comments