issues
search
dropbox
/
mypy-PyCharm-plugin
A simple plugin that allows running mypy from PyCharm and navigate between errors
Apache License 2.0
313
stars
14
forks
source link
Fix errors and warnings found by IntelliJ code inspections
#30
Closed
vlasovskikh
closed
5 years ago
vlasovskikh
commented
5 years ago
This fix includes:
NPE fixes
Use final classes where possible
Nullity annotations
IntelliJ plugin warnings: light/dark colors, capitalization for action names, etc.
Lower than public visibility where possible
Java camelCase naming
This fix includes: