added pylama.ini, extended style.yapf
This commit is contained in:
parent
26010092b9
commit
07fd54dfca
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[pylama]
|
||||
format = pylint
|
||||
linters = mccabe,pep257,pydocstyle,pep8,pycodestyle,pyflakes,pylint,isort
|
||||
linters = mccabe,pep257,pydocstyle,pep8,pycodestyle,pyflakes,pylint,isort,mypy
|
||||
ignore = D203
|
||||
skip=.env/*
|
||||
|
||||
|
@ -12,4 +12,3 @@ max_line_length = 120
|
|||
|
||||
[pylama:pylint]
|
||||
max_line_length = 120
|
||||
|
||||
|
|
Loading…
Reference in a new issue