11 lines
216 B
INI
11 lines
216 B
INI
[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
|