加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.pep8speaks.yml 375 Bytes
一键复制 编辑 原始数据 按行查看 历史
bidaya0 提交于 2022-09-14 18:34 . bugfix/vul_engine
scanner:
diff_only: True # If False, the entire file touched by the Pull Request is scanned for errors. If True, only the diff is scanned.
linter: pycodestyle # Other option is flake8
pycodestyle: # Same as scanner.linter value. Other option is flake8
max-line-length: 100 # Default is 79 in PEP 8
ignore: # Errors and warnings to ignore
- E501
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化