python / mypy

Optional static typing for Python
https://www.mypy-lang.org/
Other
18.27k stars 2.79k forks source link

Can JSON format output and command line parameter options for -- disable-error-code all be supported? #17446

Open WutingjiaX opened 3 months ago

WutingjiaX commented 3 months ago

Feature

As the title suggests

Pitch

JSON format output is easier to handle by code,and -- disable-error-code all seems to be a natural and reasonable parameter

Both ruff and pylint support these options