Compare commits
No commits in common. "droneci" and "master" have entirely different histories.
|
@ -1,10 +0,0 @@
|
||||||
pipeline:
|
|
||||||
lint:
|
|
||||||
image: debian
|
|
||||||
commands:
|
|
||||||
- apt update && apt install python3-pip --yes
|
|
||||||
- pip install -r requirements.txt
|
|
||||||
- pip install flake8 black
|
|
||||||
- flake8 --select=E9,F63,F7,F82 --show-source
|
|
||||||
- black . --check
|
|
||||||
- flake8 --show-source
|
|
Loading…
Reference in New Issue