10 lines
165 B
INI
10 lines
165 B
INI
[pylama]
|
|
linters = pep8,pyflakes
|
|
format = pylint
|
|
skip = *_ui.py,*/.env/*,node_modules/*,resources_rc.py
|
|
#ignore = E201,E202,E231,E701
|
|
|
|
|
|
[pep8]
|
|
max_line_length = 200
|