flake8 + pycharm 发表于 2019-06-12 | 分类于 py | 阅读次数 配置: pip install flake8 当前使用的Interpreter 1$PyInterpreterDirectory$/python Arguments: 12345678910-m flake8 --show-source --statistics --max-line-length=130 --exclude .env,tests --ignore E501,W503 $ProjectFileDir$ exclude 忽略目录 ignore 忽略的错误 $ProjectFileDir$ 当前项目所在目录 使用 本文作者: wyx 本文链接: https://github.com/blog/2019/06/12/flake8 版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 3.0 许可协议。转载请注明出处!