10 lines
202 B
INI
10 lines
202 B
INI
# https://github.com/klen/pylama#configuration-file
|
|
[pylama]
|
|
format = pylint
|
|
skip = */.venv/*,*/.pylama-venv/*
|
|
#linters = pylint,mccabe
|
|
#ignore = F0401,C0111,E731
|
|
|
|
[pylama:pylint]
|
|
max_line_length = 120
|