-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removal of no-strict-optional brought but several issues with code to…
… be fixed/discussed later, resorting now to mypy 0.73 and reintroducing no strict
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
click==7.1.2 | ||
mypy==0.750 | ||
mypy==0.730 | ||
pylint==2.3.1 | ||
pylint_plugin_utils==0.5 | ||
typed-ast==1.4.2 | ||
|