Skip to content

Commit

Permalink
fix(template): update mypy version of pyproject.toml
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tai271828 committed Jan 30, 2021
1 parent 12c79c2 commit 7fbcb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ coverage = {extras = ["toml"], version = "^5.0.4"}
# style
flake8 = "^3.7.9"
pylint = "^2.4.4"
mypy = "^0.770"
mypy = "^0.800"
black = "^19.10b0"
isort = "^5.0.0"
# security
Expand Down

0 comments on commit 7fbcb33

Please sign in to comment.