This commit is contained in:
parent
eefad088f0
commit
4ae47f0cbf
@ -7,7 +7,7 @@ steps:
|
||||
image: python:slim
|
||||
commands:
|
||||
- pip install flake8 black
|
||||
- flake8 --ignore=501
|
||||
- flake8 --ignore=E501
|
||||
- black --check
|
||||
- pip install -r requirements.txt
|
||||
- python run.py
|
||||
|
Reference in New Issue
Block a user