зеркало из https://github.com/mozilla/mozdownload.git
Add max_line_length parameters for pylama to setup.cfg (#418)
This commit is contained in:
Родитель
18b37b0be4
Коммит
6aea27255d
|
@ -4,3 +4,9 @@ ignore = C901
|
|||
|
||||
[pylama:pep8]
|
||||
max_line_length = 100
|
||||
|
||||
[pylama:pycodestyle]
|
||||
max_line_length = 100
|
||||
|
||||
[pylama:pylint]
|
||||
max_line_length = 100
|
||||
|
|
Загрузка…
Ссылка в новой задаче