Skip to content

Commit a60a08a

Browse files
committed
Updated docs.
1 parent a3d31ab commit a60a08a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

repo_helper/configuration/testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ class min_coverage(ConfigVar): # noqa
211211
212212
mypy_version: 0.790
213213
214-
.. versionadded:: $VERSION
214+
.. versionadded:: 2020.1.27
215215
"""
216216

217217
dtype = Union[str, float]

repo_helper/files/ci_cd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def make_mypy(self) -> PathPlus:
225225
"""
226226
Create, update or remove the mypy action, as appropriate.
227227
228-
.. versionadded:: $VERSION
228+
.. versionadded:: 2020.1.27
229229
"""
230230

231231
ci_file = self.workflows_dir / "mypy.yml"

0 commit comments

Comments
 (0)