use a real pylama.ini

This commit is contained in:
Tobias Schmidl 2021-04-27 14:06:33 +02:00
parent 0d1b94874b
commit 67401f2fd1

View file

@ -1 +0,0 @@
.pscaffold/pylama.ini

11
pylama.ini Normal file
View file

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