12 lines
211 B
INI
12 lines
211 B
INI
|
[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
|