PyCharm
does not have a built-in support for flake8 at the moment. But, flake8
can be configured to run as an external tool.
Sometimes, especia
Today i Also face this problem although @alecxe answer is good for one project settings
If you want to set flake8 globally , you can follow below process
configure the path
Program - The path to the flake8 executable $PyInterpreterDirectory$ is a directory where the Python interpreter of the current project is placed
Argument- Specifies what files and folders should be checked $FilePath$
Working directory - Project root directory $ContentRoot$