Skip to content

Commit

Permalink
fix: update pylintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Mar 21, 2024
1 parent 8b2670f commit 2e8399e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ disable =
illegal-waffle-usage,

logging-fstring-interpolation,
no-self-use,
logging-format-interpolation,
useless-suppression,
consider-using-with,
Expand Down Expand Up @@ -394,4 +393,4 @@ int-import-graph =
[EXCEPTIONS]
overgeneral-exceptions = builtins.Exception

# 090c49afa7816cb5d43cb3ebbe7b53875bcaefbb
# e6b9210c4ebb3c7cfd90813ff591f1a239499995
1 change: 0 additions & 1 deletion pylintrc_tweaks
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ load-plugins = edx_lint.pylint,pylint_django,pylint_celery

[MESSAGES CONTROL]
disable+ =
no-self-use,
logging-format-interpolation,
useless-suppression,
consider-using-with,
Expand Down
1 change: 0 additions & 1 deletion taxonomy/choices.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from djchoices import ChoiceItem, DjangoChoices


# pylint: disable=no-init
class UserGoal(DjangoChoices):
"""
User goal choices, this will be used in skills quiz.
Expand Down

0 comments on commit 2e8399e

Please sign in to comment.