Skip to content

Commit e60cdb9

Browse files
committed
Update to mypy 0.620
1 parent 4cf894b commit e60cdb9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
mypy==0.600
1+
mypy==0.620
22
wheel==0.31.1

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def read(fname):
1919
packages=["asserts"],
2020
package_data={"asserts": ["py.typed", "*.pyi"]},
2121
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
22+
tests_require=["mypy >= 0.620"],
2223
license="MIT",
2324
classifiers=[
2425
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)