Skip to content

Commit

Permalink
Updated docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jan 27, 2021
1 parent a3d31ab commit a60a08a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion repo_helper/configuration/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ class min_coverage(ConfigVar): # noqa
mypy_version: 0.790
.. versionadded:: $VERSION
.. versionadded:: 2020.1.27
"""

dtype = Union[str, float]
Expand Down
2 changes: 1 addition & 1 deletion repo_helper/files/ci_cd.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def make_mypy(self) -> PathPlus:
"""
Create, update or remove the mypy action, as appropriate.
.. versionadded:: $VERSION
.. versionadded:: 2020.1.27
"""

ci_file = self.workflows_dir / "mypy.yml"
Expand Down

0 comments on commit a60a08a

Please sign in to comment.