Skip to content

Commit 7fbcb33

Browse files
committed
fix(template): update mypy version of pyproject.toml
mypy 0.770 is not compatible with python 3.9. The issue was fixed in 0.780 and 0.800 starts to support python 3.9 officially. mypy issue 8614 and 8627 python/mypy#8614 python/mypy#8627
1 parent 12c79c2 commit 7fbcb33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ coverage = {extras = ["toml"], version = "^5.0.4"}
114114
# style
115115
flake8 = "^3.7.9"
116116
pylint = "^2.4.4"
117-
mypy = "^0.770"
117+
mypy = "^0.800"
118118
black = "^19.10b0"
119119
isort = "^5.0.0"
120120
# security

0 commit comments

Comments
 (0)