Compare commits
2 Commits
4d125b09cf
...
6d98a877e1
| Author | SHA1 | Date | |
|---|---|---|---|
| 6d98a877e1 | |||
| 834b214dcf |
11
.drone.yml
Normal file
11
.drone.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
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,3 +1,5 @@
|
|||||||
|
!.drone.yml
|
||||||
|
# IGNORE
|
||||||
data/*
|
data/*
|
||||||
*.yml
|
*.yml
|
||||||
*.conf
|
*.conf
|
||||||
|
|||||||
4
requirements.txt
Normal file
4
requirements.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
argparse
|
||||||
|
pycurl
|
||||||
|
ovh
|
||||||
|
requests
|
||||||
Loading…
x
Reference in New Issue
Block a user