update
This commit is contained in:
parent
c853254882
commit
0af8316b79
2 changed files with 3 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
image: python:alpine
|
||||
image: python
|
||||
|
||||
test:pylama:
|
||||
stage: test
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue