Skip to content
Snippets Groups Projects
Commit f9ca8aff authored by Marek Chrastina's avatar Marek Chrastina
Browse files

Add pycodestyle to CI

parent 15da1286
Branches
Tags
1 merge request!1Add py script
Pipeline #8149 passed
......@@ -8,6 +8,12 @@ mdcheck:
script:
- mdl *.md
pycodestyle:
stage: test
image: it4innovations/docker-pycheck:latest
script:
- pycodestyle --max-line-length=100 *.py
pylint:
stage: test
image: it4innovations/docker-pycheck:latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment