[cicd] change pylint directory
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
SouthFox 2023-07-29 08:16:23 +08:00
parent ebddc6afec
commit 41cb18aaaa

View file

@ -4,7 +4,7 @@ pipeline:
commands:
- poetry add pylint
- poetry install
- find . -type f -name "*.py" | xargs poetry run pylint --disable=E0401,W0511
- find ./app -type f -name "*.py" | xargs poetry run pylint --disable=E0401,W0511
flake8:
image: fnndsc/python-poetry
commands: