-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Setting mypy back to >=0.931 * Adding mypy update to requirements.txt Co-authored-by: joshmarshall1 <[email protected]>
- Loading branch information
1 parent
63da60b
commit 67444fe
Showing
3 changed files
with
3 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,6 @@ dependencies: | |
|
||
- pip: | ||
# Developer dependencies | ||
- mypy==0.931 | ||
- mypy>=0.931 | ||
- typeguard==2.10.0 | ||
|
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 |
---|---|---|
|
@@ -22,5 +22,5 @@ Sphinx | |
sphinx-argparse | ||
sphinx-autoapi | ||
typed-ast | ||
mypy==0.931 | ||
mypy>=0.931 | ||
flake8 |
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