We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7d110c commit cf3c2f6Copy full SHA for cf3c2f6
.readthedocs.yaml
@@ -2,7 +2,7 @@ version: 2
2
sphinx:
3
configuration: docs/source/conf.py
4
build:
5
- os: ubuntu-20.04
+ os: ubuntu-22.04
6
tools:
7
python: "3.9"
8
nodejs: "16"
pyproject.toml
@@ -144,7 +144,7 @@ dependencies = [
144
"black[jupyter]==22.10.0",
145
"mdformat>0.7",
146
"mdformat-gfm>=0.3.5",
147
- "ruff==0.0.254"
+ "ruff==0.0.263"
148
]
149
detached = true
150
[tool.hatch.envs.lint.scripts]
0 commit comments