Skip to content
Snippets Groups Projects
Verified Commit 8fbc5369 authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Add linter

parent b88f79db
No related branches found
No related tags found
No related merge requests found
Pipeline #9617 failed
......@@ -16,4 +16,17 @@ unittest:py3.10:
<<: *unittest_template
image: python:3.10
################################################################################
# Lint
.pylint: &pylint_template
stage: test
script:
- pip install -r requirements.txt
- pip install pylint~=2.12.2
- pylint *py
pylint:py3.10:
<<: *pylint_template
image: python:3.10
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment