mirror of
https://github.com/etnguyen03/tjdests.git
synced 2025-04-09 13:50:17 -04:00
15 lines
476 B
INI
15 lines
476 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,bad-continuation,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_]*)|(__.*__))$ |