From 21a3b68df9db3b21f2116795d2266fe16989898b Mon Sep 17 00:00:00 2001 From: Yasir Ali Date: Tue, 27 Jun 2023 12:18:13 -0400 Subject: [PATCH 1/3] Updating dependencies. --- requirements/docs.txt | 6 +++--- requirements/typing.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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..166c52878 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -1,4 +1,4 @@ -mypy==0.982 +mypy==1.4.1 types-jsonschema types-requests types-Flask \ No newline at end of file From e7abf9d841af32d93ce9660267f88cfda6f4cd60 Mon Sep 17 00:00:00 2001 From: Yasir Ali Date: Wed, 28 Jun 2023 14:31:59 -0400 Subject: [PATCH 2/3] excluding testapp. --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 271337b0021a2bd13a8c03f87ed6a92fcb3121d8 Mon Sep 17 00:00:00 2001 From: Yasir Ali Date: Wed, 28 Jun 2023 15:05:20 -0400 Subject: [PATCH 3/3] removing mypy version. --- requirements/typing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/typing.txt b/requirements/typing.txt index 166c52878..ba65f536a 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -1,4 +1,4 @@ -mypy==1.4.1 +mypy types-jsonschema types-requests types-Flask \ No newline at end of file