Skip to content

Commit

Permalink
πŸ§Žβ€β™€οΈ Genuflect to the types.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 17, 2022
1 parent 88b3572 commit c357b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaraco/develop/update-projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ def __call__(self, other):


@autocommand.autocommand(__name__)
def main(keyword: KeywordFilter = None):
def main(keyword: KeywordFilter = None): # type: ignore
consume(map(update_project, filter(keyword, git.projects())))

0 comments on commit c357b3c

Please sign in to comment.