Compare commits
6 Commits
Author | SHA1 | Date |
---|---|---|
Geno | 175ed0346d | |
nico | abf72d1990 | |
nico | 11de5a22e9 | |
nico | 1ae8fe51ec | |
nico | fa3af491d0 | |
nico | 042914c968 |
|
@ -0,0 +1,10 @@
|
||||||
|
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