Skip to content

Commit

Permalink
chore: resolved trailing space issue in pylintrc_tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 committed Oct 22, 2024
1 parent afc20c0 commit e2cb748
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# SERIOUSLY.
#
# ------------------------------
# Generated by edx-lint version: 5.3.4
# Generated by edx-lint version: 5.4.0
# ------------------------------
[MASTER]
ignore =
Expand Down Expand Up @@ -286,7 +286,7 @@ disable =
feature-toggle-needs-doc,
illegal-waffle-usage,

logging-fstring-interpolation,
logging-fstring-interpolation,no-member

[REPORTS]
output-format = text
Expand Down Expand Up @@ -383,4 +383,4 @@ int-import-graph =
[EXCEPTIONS]
overgeneral-exceptions = builtins.Exception

# 9e4689ffce27e736fb99d1efea50aaefc664f0a1
# 5a70e4e2588f3e189eb578fb3aa1b148a823913b
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 e2cb748

Please sign in to comment.