We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d31ab commit a60a08aCopy full SHA for a60a08a
repo_helper/configuration/testing.py
@@ -211,7 +211,7 @@ class min_coverage(ConfigVar): # noqa
211
212
mypy_version: 0.790
213
214
- .. versionadded:: $VERSION
+ .. versionadded:: 2020.1.27
215
"""
216
217
dtype = Union[str, float]
repo_helper/files/ci_cd.py
@@ -225,7 +225,7 @@ def make_mypy(self) -> PathPlus:
225
226
Create, update or remove the mypy action, as appropriate.
227
228
229
230
231
ci_file = self.workflows_dir / "mypy.yml"
0 commit comments