Compare commits

..

No commits in common. "6d98a877e1afb5c070c50f9f427907cebe07f616" and "4d125b09cfddd4c2a0892a30aadc87ef23663dff" have entirely different histories.

3 changed files with 0 additions and 17 deletions

View File

@ -1,11 +0,0 @@
kind: pipeline
type: docker
name: syntax
steps:
- name: syntax
pull: if-not-exists
image: python-3-7
commands:
- pip3 install -r requirements.txt
- pylint *.py

2
.gitignore vendored
View File

@ -1,5 +1,3 @@
!.drone.yml
# IGNORE
data/*
*.yml
*.conf

View File

@ -1,4 +0,0 @@
argparse
pycurl
ovh
requests