Skip to content

Commit

Permalink
refactor: updated pylintrc_tweaks, disabled no-member
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 committed Oct 21, 2024
1 parent cbfe5cb commit 65f02de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pylintrc_tweaks
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[MASTER]
load-plugins = edx_lint.pylint

[MESSAGES CONTROL]
disable+ = no-member

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

0 comments on commit 65f02de

Please sign in to comment.