Skip to content
Snippets Groups Projects
Forked from funkwhale / funkwhale
7643 commits behind the upstream repository.
.pylintrc 180 B
[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