1 Star 7 Fork 3

boliu68/devops-exercises

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 152 Bytes
一键复制 编辑 原始数据 按行查看 历史
surister 提交于 2020-01-09 12:06 . rename syntax_checker to syntax_lint
language: "python"
python:
- "3.8"
install:
- pip install flake8
script:
- flake8 --max-line-length=100 .
- python tests/syntax_lint.py
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/boliu68/devops-exercises.git
git@gitee.com:boliu68/devops-exercises.git
boliu68
devops-exercises
devops-exercises
master

搜索帮助