This commit is contained in:
Tobias Schmidl 2021-03-01 09:50:49 +01:00
parent c853254882
commit 0af8316b79
2 changed files with 3 additions and 6 deletions

View file

@ -1,4 +1,4 @@
image: python:alpine
image: python
test:pylama:
stage: test

View file

@ -1,14 +1,11 @@
[pylama]
format = pylint
linters = mccabe,pep257,pydocstyle,pep8,pycodestyle,pyflakes,pylint,isort
ignore = D203,C0103
linters = eradicate,isort,mccabe,mypy,pycodestyle,pydocstyle,pyflakes,pylint
ignore = D203
skip=.env/*
[pylama:pycodestyle]
max_line_length = 120
[pylama:pep8]
max_line_length = 120
[pylama:pylint]
max_line_length = 120