Compare commits
No commits in common. "6d98a877e1afb5c070c50f9f427907cebe07f616" and "4d125b09cfddd4c2a0892a30aadc87ef23663dff" have entirely different histories.
6d98a877e1
...
4d125b09cf
11
.drone.yml
11
.drone.yml
@ -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
2
.gitignore
vendored
@ -1,5 +1,3 @@
|
|||||||
!.drone.yml
|
|
||||||
# IGNORE
|
|
||||||
data/*
|
data/*
|
||||||
*.yml
|
*.yml
|
||||||
*.conf
|
*.conf
|
||||||
|
|||||||
@ -1,4 +0,0 @@
|
|||||||
argparse
|
|
||||||
pycurl
|
|
||||||
ovh
|
|
||||||
requests
|
|
||||||
Loading…
x
Reference in New Issue
Block a user