diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index cadcc77c0..27f158356 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -97,5 +97,5 @@ jobs: pip install -r requirements/typing.txt - name: Type check with mypy run: | - mypy . + mypy . --exclude "tests/testapp" mypy . --exclude "tests/" --strict diff --git a/requirements/docs.txt b/requirements/docs.txt index 51d4bf0e3..91542e7a1 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,3 +1,3 @@ -sphinx==2.4.4 -sphinx-rtd-theme==0.4.3 -m2r==0.2.1 +sphinx==4.4.0 +sphinx-rtd-theme==1.2.2 +m2r==0.3.1 diff --git a/requirements/typing.txt b/requirements/typing.txt index 67aac34a2..ba65f536a 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -1,4 +1,4 @@ -mypy==0.982 +mypy types-jsonschema types-requests types-Flask \ No newline at end of file