.
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
Quentin Ferrand 2022-04-21 14:44:15 +02:00
parent 8cb8ec5972
commit 412a834655

View file

@ -4,11 +4,17 @@ type: kubernetes
name: python name: python
steps: steps:
- name: test
image: python:latest - name: build
image: busybox
commands: commands:
- pip install -q --upgrade pre-commit - echo "this is a dummy build step"
- pre-commit run --all-files
#- name: test
# image: python:latest
# commands:
# - pip install -q --upgrade pre-commit
# - pre-commit run --all-files
# - flake8 --ignore=E501,W503,E265 # - flake8 --ignore=E501,W503,E265
# - mypy --ignore-missing-imports ./tenkan/ # - mypy --ignore-missing-imports ./tenkan/
# - pylint --disable=E1101,E0401,C0301,W1514,C0114 ./tenkan/ # - pylint --disable=E1101,E0401,C0301,W1514,C0114 ./tenkan/