Fix linting errors with current build-base image

This commit is contained in:
Jens Langhammer 2019-06-25 18:50:37 +02:00
parent a4f83bd28a
commit b35a9fad86
3 changed files with 4 additions and 2 deletions

View File

@ -22,7 +22,7 @@ class AuditEntry(UUIDModel):
ACTION_AUTHORIZE_APPLICATION = 'authorize_application'
ACTION_SUSPICIOUS_REQUEST = 'suspicious_request'
ACTION_SIGN_UP = 'sign_up'
ACTION_PASSWORD_RESET = 'password_reset' # noqa
ACTION_PASSWORD_RESET = 'password_reset' # noqa # nosec
ACTION_INVITE_CREATED = 'invitation_created'
ACTION_INVITE_USED = 'invitation_used'
ACTIONS = (

View File

@ -137,4 +137,6 @@ def signal_handler(sender, **kwargs):
"""Add all loaded config files to autoreload watcher"""
for path in CONFIG.loaded_file:
sender.watch_file(path)
autoreload_started.connect(signal_handler)

View File

@ -5,7 +5,7 @@ isort
astroid==2.0.4
pylint==2.1.1
pylint-django==2.0.2
prospector
prospector==1.1.5
django-debug-toolbar
pycodestyle<2.4.0,>=2.0.0
bumpversion