#7 Some pylama tweaks.
This commit is contained in:
parent
aaaed01f9d
commit
5628f9a396
|
@ -3,7 +3,7 @@
|
||||||
format = pylint
|
format = pylint
|
||||||
skip = .venv/*
|
skip = .venv/*
|
||||||
linters = pyflakes,pylint,pycodestyle
|
linters = pyflakes,pylint,pycodestyle
|
||||||
#ignore = F0401,C0111,E731
|
ignore = F0401,C0114,R0903
|
||||||
|
|
||||||
[pylama:pylint]
|
[pylama:pylint]
|
||||||
max_line_length = 120
|
max_line_length = 120
|
||||||
|
|
Loading…
Reference in a new issue