You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added MyPy to CI configuration (addresses #165) (#170)
* added mypy to .travis.yml
* added missing imports flag
* fixed return type in TestSuiteCoverage.restricted_to_files
* add mypy files to gitignore
* added missing -> None for __init__ methods
* fixed Bug.to_dict -- mypy is awesome
* added missing type annotations
* increased Python version to 3.6
* fixed undefined var in FileLineSet.intersection
* fixed issues in fileline that were detected by mypy
* fixed inconsistent types in CLI module
* bug fix: added missing 'self.' in method call
* added missing restricted_to_files method to FileLineSet
* fixed bad type declaration
* fixed bad type declaration
* added missing __contains__ to TestCoverage
* bug fix: unref var
* fixed bad type declaration
* fixed type declarations
* tweaked test data structures
* tweaked Language properties
* suppress type warnings in compiler module
* ignore type warnings in soon-to-be-deprecated compiler module
* fixed bad type declaration
0 commit comments