Skip to content

Commit

Permalink
build: Supress hard-coded-auth-user: ES141
Browse files Browse the repository at this point in the history
  • Loading branch information
marslanabdulrauf committed Nov 15, 2024
1 parent 260be1f commit ce758cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notesserver/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
DISABLE_TOKEN_CHECK = False
USE_TZ = True
TIME_ZONE = 'UTC'
AUTH_USER_MODEL = 'auth.User'
AUTH_USER_MODEL = 'auth.User' # pylint: disable=hard-coded-auth-user

# This value needs to be overriden in production.
SECRET_KEY = 'CHANGEME'
Expand Down

0 comments on commit ce758cb

Please sign in to comment.