mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 08:29:17 +02:00
11 lines
No EOL
180 B
INI
11 lines
No EOL
180 B
INI
[MASTER]
|
|
load-plugins=pylint_common, pylint_django, pylint_celery
|
|
|
|
[FORMAT]
|
|
max-line-length=120
|
|
|
|
[MESSAGES CONTROL]
|
|
disable=missing-docstring,invalid-name
|
|
|
|
[DESIGN]
|
|
max-parents=13 |