little changes in pylama.ini
This commit is contained in:
parent
2caa1e0618
commit
25af6c2176
|
@ -3,7 +3,7 @@
|
||||||
format = pylint
|
format = pylint
|
||||||
skip = .venv/*
|
skip = .venv/*
|
||||||
linters = pyflakes,pylint,pycodestyle
|
linters = pyflakes,pylint,pycodestyle
|
||||||
ignore = F0401,C0114,R0903
|
ignore = F0401,C0114,R0903,C0115,C0116,W0511
|
||||||
|
|
||||||
[pylama:pylint]
|
[pylama:pylint]
|
||||||
max_line_length = 120
|
max_line_length = 120
|
||||||
|
|
Loading…
Reference in a new issue