Skip to content

Commit 8a038c1

Browse files
Bumps mypy from 0.782 to 0.790 (#667)
* Bumps `mypy` from 0.782 to 0.790 * Removes unused `type: ignore` comments * Fixes types from `List[MypyType]` to `Tuple[MypyType, ...]` Now `mypy` is using a tuple instead of a list * Adds type safety tests for `curry` to ensure the correct behavior when used with nested overloads
1 parent 1274ba6 commit 8a038c1

File tree

8 files changed

+482
-402
lines changed

8 files changed

+482
-402
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ pygments==2.7.1
1313

1414
# Dependencies of our project:
1515
typing-extensions==3.7.4.3
16-
mypy==0.782
16+
mypy==0.790
1717
pytest==6.1.1
1818
hypothesis==5.37.1

0 commit comments

Comments
 (0)