change max_line_length in pylama.ini
This commit is contained in:
parent
53fa8caf1e
commit
5bb83c2a09
|
@ -6,9 +6,9 @@ linters = pyflakes,pylint,pycodestyle
|
||||||
ignore = F0401,C0114,R0903,C0115,C0116,W0511
|
ignore = F0401,C0114,R0903,C0115,C0116,W0511
|
||||||
|
|
||||||
[pylama:pylint]
|
[pylama:pylint]
|
||||||
max_line_length = 120
|
max_line_length = 130
|
||||||
score = yes
|
score = yes
|
||||||
|
|
||||||
[pylama:pycodestyle]
|
[pylama:pycodestyle]
|
||||||
# Maximum length of each line
|
# Maximum length of each line
|
||||||
max_line_length = 120
|
max_line_length = 130
|
||||||
|
|
Loading…
Reference in a new issue