use a real pylama.ini

This commit is contained in:
Tobias Schmidl 2021-04-27 13:52:37 +02:00
parent f5180334f8
commit 58fdf7b62b

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,D212
skip=.env/*
[pylama:pycodestyle]
max_line_length = 120
[pylama:pylint]
max_line_length = 120