Descriptive flake8 errors in PyCharm

前端 未结 4 663
太阳男子
太阳男子 2021-02-02 12:52

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

4条回答
  •  遇见更好的自我
    2021-02-02 13:19

    I've wrote a library that offer - kind of native flake8 integration with pycharm. The library work by pretending to be a pylint executable. It accept pylint arguments and translate it to flake8 counterpart. Similarly it translate flake8 output to equivalent pylint output.

    Result is native flake8 support.

    https://gitlab.com/ramast/flake8-for-pycharm/

提交回复
热议问题