Skip to content

Commit 94ad645

Browse files
committed
Install mypy
1 parent aeff4e3 commit 94ad645

File tree

3 files changed

+37
-1
lines changed

3 files changed

+37
-1
lines changed

mypy.ini

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

poetry.lock

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

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ isort = "^5.7.0"
1818
flake8 = "^3.8.4"
1919
opencv-python = "^4.5.1"
2020
Pillow = "^8.1.0"
21+
mypy = "^0.790"
2122

2223
[tool.black]
2324
line-length = 88

0 commit comments

Comments
 (0)