There was an error while loading. Please reload this page.
1 parent 7e15874 commit c44f712Copy full SHA for c44f712
.github/workflows/python.yml
@@ -97,5 +97,5 @@ jobs:
97
pip install -r requirements/typing.txt
98
- name: Type check with mypy
99
run: |
100
- mypy .
+ mypy . --exclude "tests/testapp"
101
mypy . --exclude "tests/" --strict
requirements/docs.txt
@@ -1,3 +1,3 @@
1
-sphinx==2.4.4
2
-sphinx-rtd-theme==0.4.3
3
-m2r==0.2.1
+sphinx==4.4.0
+sphinx-rtd-theme==1.2.2
+m2r==0.3.1
requirements/typing.txt
@@ -1,4 +1,4 @@
-mypy==0.982
+mypy
types-jsonschema
types-requests
4
types-Flask
0 commit comments