What does PyCharm actually do when running code inspection?
Answered
Hi,
I couldn't find the underlying techniques that PyCharm uses when runnning the code inspection.
What programs are involved? PyFlakes, mypy etc.
Is the code run dynamically?
Regards
Mario
Please sign in to leave a comment.
You can check the list of 3rd party software PyCharm uses at https://www.jetbrains.com/pycharm/download/other.html
Does PyCharm run the code?
What ist checked with static Code Analysis?
>Does PyCharm run the code?
No.
>What ist checked with static Code Analysis?
Generally speaking everything you have inspections for in Preferences | Editor | Inspections