Skip to content

Commit

Permalink
Bump default mypy version to 0.971
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Sep 21, 2022
1 parent c866c59 commit 6491305
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion repo_helper/configuration/testing.py
Expand Up @@ -238,11 +238,12 @@ class mypy_version(ConfigVar):
.. versionchanged:: 2021.2.18 The default is now ``0.800``
.. versionchanged:: 2021.8.11 The default is now ``0.910``
.. versionchanged:: 2022.4.4 The default is now ``0.931``
.. versionchanged:: $VERSION The default is now ``0.971``
"""

dtype = Union[str, float]
rtype = str
default = "0.942"
default = "0.971"
category: str = "testing"


Expand Down
2 changes: 1 addition & 1 deletion tests/test_configuration_/test_parse_yaml.yml
Expand Up @@ -72,7 +72,7 @@ min_py_version: '3.6'
modname: repo_helper_demo
mypy_deps: []
mypy_plugins: []
mypy_version: '0.942'
mypy_version: '0.971'
on_conda_forge: false
on_pypi: true
platforms:
Expand Down

0 comments on commit 6491305

Please sign in to comment.