-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial config. * Better config. * Various MyPy fixes. * More MyPy fixes. * More MyPy fixes. * Finalised MyPy. * Pre-commit fixes. * Test fixes. * Address third-party MyPy problems. * Better handling of rgb parameter. * Change log entry. * Remove overzealous rgb None checking. * Better changelog entry. * Improve PathLike type alias. * Don't bother setting band to None if rgb. * Remove unnecessary assertion. * Alter pyproject.toml format. * Nicer type narrowing. * TYPE_CHECKING Sequence import and correct use of BBOX_C in docstring parameters. --------- Co-authored-by: Bill Little <[email protected]>
- Loading branch information
1 parent
6f86f35
commit 8032f67
Showing
19 changed files
with
203 additions
and
132 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Made the entire code base `mypy <https://github.com/python/mypy>`__ compliant. | ||
This should make development faster and more intuitive for anyone using an IDE | ||
and/or any sort of type-checking. |
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
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
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
Oops, something went wrong.