Add pyflakes check #3
@@ -9,12 +9,19 @@ steps:
|
||||
- black --check --diff --quiet .
|
||||
depends_on: []
|
||||
|
||||
- name: pyflakes
|
||||
image: alpine/flake8:3.9.2
|
||||
commands:
|
||||
- pyflakes .
|
||||
depends_on: []
|
||||
|
||||
- name: test-python-3.8
|
||||
image: python:3.8-slim
|
||||
commands:
|
||||
- python test.py
|
||||
depends_on:
|
||||
- black
|
||||
- pyflakes
|
||||
|
||||
- name: test-python-3.9
|
||||
image: python:3.9-slim
|
||||
@@ -22,3 +29,4 @@ steps:
|
||||
- python test.py
|
||||
depends_on:
|
||||
- black
|
||||
- pyflakes
|
||||
|
||||
Reference in New Issue
Block a user