Skip to content

Commit ce67bb8

Browse files
DEVOPS-478 :: Standardize Pylint configurations
1 parent c3c8324 commit ce67bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ limit-inference-results=512
3232
# List of plugins (as comma separated values of python module names) to load,
3333
# usually to register additional checkers.
3434
load-plugins=pylint_django
35-
django-settings-module=settings.base
35+
django-settings-module=settings.test
3636

3737
# Pickle collected data for later comparisons.
3838
persistent=yes

0 commit comments

Comments
 (0)