Skip to content
This repository was archived by the owner on Sep 2, 2023. It is now read-only.

Commit 0203d38

Browse files
committed
dev env: add mypy
1 parent 95b6b0d commit 0203d38

File tree

3 files changed

+78
-40
lines changed

3 files changed

+78
-40
lines changed

Pipfile

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ numpy = "<1.19.0"
1616
# black requires python>=3.6
1717
# https://github.com/psf/black/commit/e74117f172e29e8a980e2c9de929ad50d3769150#diff-2eeaed663bd0d25b7e608891384b7298R51
1818
black = {version = "==20.8b1", markers = "python_version >= '3.6'"}
19+
mypy = "*"
1920
pylint = "*"
2021
pylint-import-requirements = "*"
2122
#pytest = "*"

Pipfile.lock

+75-40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mypy.ini

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[mypy]
2+
ignore_missing_imports = True

0 commit comments

Comments
 (0)