-
Notifications
You must be signed in to change notification settings - Fork 844
Turn on strict typing in mypy #2211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| orig_new_compiler = ccompiler.new_compiler | ||
| ccompiler.new_compiler = my_new_compiler | ||
|
|
||
| base_compiler = MSVCCompiler |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't look like base_compiler was used for anything other than being an alias.
|
@mhammond When you have the time, can you turn on autofixing in https://results.pre-commit.ci/ ? Direct link: https://github.com/apps/pre-commit-ci/installations/new |
c656901 to
6a4a4c2
Compare
| ; Class cannot subclass "..." (has type "Any"); (IDEM) | ||
| ; TODO: Use typeshed's types-pywin32 stubs after a few more fixes there | ||
| misc, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
|
||
| # from jaraco.util.dictlib 5.3.1 | ||
| class RangeMap(dict): | ||
| # TODO: Update to implementation in jaraco.collections |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
6a4a4c2 to
b45952f
Compare
bd20882 to
b0eedf9
Compare
b0eedf9 to
153a5fc
Compare
…on-strict-typing-in-mypy
python_versionto 3.8 to stop warnings about mypy not supporting Python 3.7 (relates to Dropping support for Python 3.7 #2207 )setup.py