Skip to content

Commit

Permalink
fix: quality check issues
Browse files Browse the repository at this point in the history
  • Loading branch information
irtazaakram committed Sep 30, 2024
1 parent e699fd0 commit 48316a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 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 @@ -289,6 +289,7 @@ disable =

logging-fstring-interpolation,
django-not-configured,
too-many-positional-arguments,

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

# 5cb04be4e3ce86ceb4bd99d377a603089cc12dd3
# f708b93820c9490b29bad9e0996a23fc01101cfc
1 change: 1 addition & 0 deletions pylintrc_tweaks
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ extension-pkg-whitelist=lxml
[MESSAGES CONTROL]
disable+=
django-not-configured,
too-many-positional-arguments,

0 comments on commit 48316a8

Please sign in to comment.