Added pylint exceptions to load test settings.
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
# Settings for load testing
|
||||
"""
|
||||
Settings for load testing.
|
||||
"""
|
||||
|
||||
# We intentionally define lots of variables that aren't used, and
|
||||
# want to import all variables from base settings files
|
||||
# pylint: disable=W0401, W0614
|
||||
|
||||
from .aws import *
|
||||
|
||||
|
||||
Reference in New Issue
Block a user