argos-apt/pylama.ini

15 lines
244 B
INI
Raw Normal View History

2021-02-11 15:56:52 +01:00
[pylama]
format = pylint
linters = mccabe,pep257,pydocstyle,pep8,pycodestyle,pyflakes,isort
ignore = D203,C0103
skip=.env/*
[pylama:pycodestyle]
max_line_length = 120
[pylama:pep8]
max_line_length = 120
[pylama:pylint]
max_line_length = 120