Descriptive flake8 errors in PyCharm
问题 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, especially for Python newcomers, not every flake8 warning is understandable and additional clarification is required. We've recently stumbled upon the Flake8Rules project which attempts to describe every single warning in a detailed way with supportive examples. Is there a way to combine PyCharm, flake8 and Flake8Rules altogether to have static code analysis