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:
|
test:pylama:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
|
@ -1,14 +1,11 @@
|
||||||
[pylama]
|
[pylama]
|
||||||
format = pylint
|
format = pylint
|
||||||
linters = mccabe,pep257,pydocstyle,pep8,pycodestyle,pyflakes,pylint,isort
|
linters = eradicate,isort,mccabe,mypy,pycodestyle,pydocstyle,pyflakes,pylint
|
||||||
ignore = D203,C0103
|
ignore = D203
|
||||||
skip=.env/*
|
skip=.env/*
|
||||||
|
|
||||||
[pylama:pycodestyle]
|
[pylama:pycodestyle]
|
||||||
max_line_length = 120
|
max_line_length = 120
|
||||||
|
|
||||||
[pylama:pep8]
|
|
||||||
max_line_length = 120
|
|
||||||
|
|
||||||
[pylama:pylint]
|
[pylama:pylint]
|
||||||
max_line_length = 120
|
max_line_length = 120
|
||||||
|
|
Loading…
Reference in a new issue