added pylama.ini, extended style.yapf

This commit is contained in:
Tobias Schmidl 2020-09-21 08:10:26 +02:00
parent 26010092b9
commit 07fd54dfca

View file

@ -1,6 +1,6 @@
[pylama] [pylama]
format = pylint format = pylint
linters = mccabe,pep257,pydocstyle,pep8,pycodestyle,pyflakes,pylint,isort linters = mccabe,pep257,pydocstyle,pep8,pycodestyle,pyflakes,pylint,isort,mypy
ignore = D203 ignore = D203
skip=.env/* skip=.env/*
@ -12,4 +12,3 @@ max_line_length = 120
[pylama:pylint] [pylama:pylint]
max_line_length = 120 max_line_length = 120