|
|
@ -1,13 +1,13 @@
|
|
|
|
pipeline:
|
|
|
|
pipeline:
|
|
|
|
standardize:
|
|
|
|
standardize:
|
|
|
|
image: python:3.9-buster
|
|
|
|
image: python:${TAG}-buster
|
|
|
|
commands:
|
|
|
|
commands:
|
|
|
|
- python -m pip install --upgrade pip
|
|
|
|
- python -m pip install --upgrade pip
|
|
|
|
- python -m pip install -r requirements.txt
|
|
|
|
- python -m pip install -r requirements.txt
|
|
|
|
- python -m pip install pylint flake8 mypy>=0.971
|
|
|
|
- python -m pip install pylint flake8 mypy>=0.971
|
|
|
|
- python -m flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
|
|
|
|
- python -m flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
|
|
|
|
# - mypy --strict serial_sphinx/
|
|
|
|
# - mypy --strict serial_sphinx/
|
|
|
|
- python -m pylint -f parseable serial_sphinx/*.py
|
|
|
|
# - python -m pylint -f parseable serial_sphinx/*.py
|
|
|
|
|
|
|
|
|
|
|
|
build:
|
|
|
|
build:
|
|
|
|
image: python:${TAG}-buster
|
|
|
|
image: python:${TAG}-buster
|
|
|
|