mirror of
https://github.com/etnguyen03/tjdests.git
synced 2025-04-04 03:30:16 -04:00
15 lines
459 B
INI
15 lines
459 B
INI
[MASTER]
|
|
init-hook=import sys; sys.path.insert(0, 'tjdests/apps')
|
|
|
|
load-plugins=pylint_django
|
|
|
|
[MAIN]
|
|
disable=missing-docstring,no-else-return,no-else-raise,duplicate-code,too-many-branches,too-many-nested-blocks,too-many-locals,too-many-statements,too-many-public-methods
|
|
max-line-length=100
|
|
ignore=media,migrations
|
|
ignore-patterns=secret*
|
|
django-settings-module=tjdests.settings
|
|
|
|
good-names=i,j,j,ex,ch,fd,T,_
|
|
|
|
const-rgx=(([a-zA-Z_][a-zA-Z0-9_]*)|(__.*__))$ |