-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add enough types to pass mypy (#177)
* Add enough types to pass mypy * Re-define default value for reg_blacklist * Fix some test failures * Make Endness a StrEnum * Fix bugs * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Tweak install_requires * Use single quotes in setup.cfg * Vendor a copy of strenum until packaging is fixed * Set a default for instruction_alignment * Specify default endness at the class level * Fix typo * Re-add backports.strenum * Improve lint --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f1ee307
commit 1ac4ea8
Showing
19 changed files
with
241 additions
and
182 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
Oops, something went wrong.