1 Star 0 Fork 0

子安/Python

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.lgtm.yml 589 Bytes
一键复制 编辑 原始数据 按行查看 历史
extraction:
python:
python_setup:
version: 3
after_prepare:
- python3 -m pip install --upgrade --user flake8
before_index:
- python3 -m flake8 --version # flake8 3.6.0 on CPython 3.6.5 on Linux
# stop the build if there are Python syntax errors or undefined names
- python3 -m flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
- python3 -m flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/andrewgithub/Python.git
git@gitee.com:andrewgithub/Python.git
andrewgithub
Python
Python
master

搜索帮助