chore: stricter mypy checking

This commit is contained in:
Henry Fredrick Schreiner
2021-06-12 14:02:06 -04:00
parent 3311a36e65
commit 0aac8c2221
6 changed files with 27 additions and 28 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ class Project:
print(f"Broken: {self.stars_repo}")
raise
self.num_stars = repo.stargazers_count
self.num_stars: int = repo.stargazers_count
self.pushed_at = repo.pushed_at
if not self.notes:
notes = repo.description