Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade default mypy version from 0.780 to 0.781 #10109

Merged
merged 1 commit into from Jun 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion 3rdparty/python/requirements.txt
Expand Up @@ -16,7 +16,7 @@ fasteners==0.15.0
# --name=version \
# | jq -r '."mypy.version".value'
#
mypy==0.780
mypy==0.781

Markdown==2.1.1
packaging==20.3
Expand Down
Expand Up @@ -7,7 +7,7 @@

class MyPy(PythonToolBase):
options_scope = "mypy"
default_version = "mypy==0.780"
default_version = "mypy==0.781"
default_entry_point = "mypy"
default_interpreter_constraints = ["CPython>=3.5"]

Expand Down