Skip to content

Commit

Permalink
refactor: pylintrc_tweaks disable updated
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 committed Oct 22, 2024
1 parent 65f02de commit afc20c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylintrc_tweaks
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
load-plugins = edx_lint.pylint

[MESSAGES CONTROL]
disable+ = no-member
disable = no-member

[BASIC]
const-rgx = (([A-Z_][A-Z0-9_]*)|(__.*__)|log|urlpatterns|logger|User)$

0 comments on commit afc20c0

Please sign in to comment.