Skip to content

Commit

Permalink
fix: fixed quality errors
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Oct 30, 2024
1 parent 7e2e7b1 commit 4ef89c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ disable =
django-not-configured,
consider-using-with,
bad-option-value,
too-many-positional-arguments

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

# c7aa11095d3af8c5ffe7c05c3048b8ac45fdbc57
# b23ca960adcfedcbb4d66893ab4094db594ffca4
1 change: 1 addition & 0 deletions pylintrc_tweaks
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ DISABLE+=
django-not-configured,
consider-using-with,
bad-option-value,
too-many-positional-arguments

[FORMAT]
ignore-long-lines = ^\s*(#\s*)?((<?https?://\S+>?)|(\.\. \w+: .*))$

0 comments on commit 4ef89c3

Please sign in to comment.