14 lines
245 B
INI
14 lines
245 B
INI
[pylama]
|
|
format = pylint
|
|
linters = mccabe,pep257,pydocstyle,pep8,pycodestyle,pyflakes,pylint,isort
|
|
ignore = D203
|
|
skip=.env/*
|
|
|
|
[pylama:pycodestyle]
|
|
max_line_length = 120
|
|
|
|
[pylama:pep8]
|
|
max_line_length = 120
|
|
|
|
[pylama:pylint]
|
|
max_line_length = 120
|