We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9802c01 commit 801beaeCopy full SHA for 801beae
.github/workflows/build.yml
@@ -19,6 +19,7 @@ jobs:
19
- name: Run Tests
20
run: |
21
uv sync
22
+ uv tool install tox
23
tox -e py313
24
check:
25
runs-on: ubuntu-latest
@@ -37,6 +38,7 @@ jobs:
37
38
- name: Check Formatting
39
40
41
42
tox -e check
43
44
type:
@@ -56,6 +58,7 @@ jobs:
56
58
57
59
60
61
62
tox -e type
63
64
# TODO: Add coverage, docs
.readthedocs.yaml
@@ -11,7 +11,4 @@ build:
11
12
sphinx:
13
configuration: docs/conf.py
14
- fail_on_warning: true
15
-
16
-formats:
17
- - html
+ fail_on_warning: true
0 commit comments