mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-10-29 10:08:57 +03:00
Added pep8, flake8 and pylint configuration
This commit is contained in:
15
.pylintrc
Normal file
15
.pylintrc
Normal file
@@ -0,0 +1,15 @@
|
||||
[MASTER]
|
||||
load-plugins=pylint_common, pylint_django
|
||||
|
||||
[FORMAT]
|
||||
max-line-length=120
|
||||
|
||||
[MESSAGES CONTROL]
|
||||
disable=missing-docstring,invalid-name,unnecessary-lambda,too-few-public-methods,pointless-string-statement
|
||||
|
||||
[DESIGN]
|
||||
max-parents=14
|
||||
|
||||
[TYPECHECK]
|
||||
generated-members=REQUEST,acl_users,aq_parent,"[a-zA-Z]+_set{1,2}",save,delete
|
||||
ignored-classes=WSGIRequest,ManyToManyField,QuerySet
|
||||
Reference in New Issue
Block a user