-
Notifications
You must be signed in to change notification settings - Fork 479
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* linux: Add return 0 for success on sys_pipe2 * mypy: Initial config file to ignore modules without typing info * mypy: types manticore/platforms/linux.py * mypy: manticore/ethereum/manticore.py * Ignore error because mypy doesn't support decorated @Property's * mypy: manticore/ethereum/solidity.py * Ignore error because mypy doesn't support decorated @Property's * mypy: manticore/ethereum/detectors.py * Use Python's Enum class for DetectorClassification * mypy: manticore/platforms/cgcrandom.py * Set as byte string * mypy: manticore/binary/binary.py * mypy: manticore/utils/event.py * mypy: manticore/ethereum/abitypes * Use actual ResourceWarning class instead of string name * mypy: manticore/utils/config.py * mypy: manticore/core/workspace.py * Support both Python 3.6 and Python 3.7 with nullcontext. Ignore the mypy error because it checks against Python 3.6 and Manticore does not explicitly claim support for Python 3.7 * mypy: manticore/core/manticore * Ignore mypy error on sync, at_running, at_not_running: Self argument missing for a non-static method (or an invalid type for self) * Ignore type info for unsupported decorators on @Property fields * mypy: manticore/platforms/evm.py * Ignore error of already defined variable when setting member variable of class transaction * Remove redundant get_nonce call * Move property setter next to property definition * mypy: manticore/core/smtlib/solver.py * Fix instance where no match was found in regex * mypy: Add mypy to travis and setup.py * Lock to specific mypy and black tool versions * Rename "format" stage to "lint" * Add text about mypy to CONTRIBUTING.md * Revert black tool upgrade to 19.3b0 * Fix typing issues introduced by SHA3 branch
- Loading branch information
Showing
21 changed files
with
286 additions
and
218 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
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
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
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.