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 0d4d6f5 commit 44c787cCopy full SHA for 44c787c
.pre-commit-config.yaml
@@ -12,14 +12,14 @@ ci:
12
13
repos:
14
- repo: https://github.com/astral-sh/ruff-pre-commit
15
- rev: v0.8.6
+ rev: v0.9.6
16
hooks:
17
- id: ruff
18
args: ["--fix", "--output-format=full"]
19
- id: ruff-format
20
args: ["--line-length=100"]
21
- repo: https://github.com/pre-commit/mirrors-mypy
22
- rev: v1.14.1
+ rev: v1.15.0
23
24
- id: mypy
25
args: [--ignore-missing-imports]
.readthedocs.yaml
@@ -1,6 +1,9 @@
1
# Read the Docs configuration file
2
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3
version: 2
4
+sphinx:
5
+ # Path to your Sphinx configuration file.
6
+ configuration: docs/conf.py
7
8
build:
9
os: ubuntu-20.04
0 commit comments