Skip to content

Commit

Permalink
Ignore possible hardcoded password prospector error
Browse files Browse the repository at this point in the history
  • Loading branch information
ciremusyoka committed Sep 2, 2024
1 parent a9bda82 commit 034742a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onadata/apps/messaging/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
FORM_UPDATED = "form_updated"
USER_CREATED = "user_created"
USER_UPDATED = "user_updated"
USER_PASSWORD_CHANGED = "password_changed"
USER_PASSWORD_CHANGED = "password_changed" # noqa: B105
MESSAGE_VERBS = [
MESSAGE, SUBMISSION_REVIEWED, SUBMISSION_CREATED, SUBMISSION_EDITED,
SUBMISSION_DELETED, FORM_UPDATED, USER_CREATED, USER_UPDATED,
Expand Down

0 comments on commit 034742a

Please sign in to comment.