-
-
Notifications
You must be signed in to change notification settings - Fork 692
Setup mypy type checking in CI #1278
Copy link
Copy link
Closed
Description
🚀 Feature
Idea is to setup type checking of the codebase with mypy with our Travis CI (here) :
mypy --config-file mypy.ini-
At the first iteration we can ignore most of the errors with
mypy.ini. Example of mypy.ini. => done Setup Mypy check at CI step #1296 -
For other iterations, let's set
ignore_errors = Falsefor a module (e.g.[mypy-ignite.utils.*]) (see mypy.ini) and fix mypy errors.
For Hacktoberfest contributors, feel free to ask questions for details if any and say that you would like to tackle the issue.
Please, take a look at CONTRIBUTING guide.
Reactions are currently unavailable