-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(types): Add type hints and code optimizations
Python3.8 is almost end-of-life and backwards compatibility to versions before type hints is not a priority anymore. This commit is a start and by no means complete or correct for all instances. Furthermore I included code optimizations. These mainly regard raising of exceptions, pytest style tests and some minor refactoring.
- Loading branch information
Showing
16 changed files
with
3,892 additions
and
2,548 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 |
---|---|---|
|
@@ -7,4 +7,4 @@ requires = [ | |
] | ||
|
||
[tool.setuptools_scm] | ||
fallback_version = "0.3.8" | ||
fallback_version = "0.3.8" |
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.