Skip to content

Commit

Permalink
chore: disable too-many-positional-arguments pylint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad-ammar committed Sep 27, 2024
1 parent 853f7c2 commit 3b39ff8
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 @@ -304,6 +304,7 @@ disable =
no-member,
useless-option-value,
unknown-option-value,
too-many-positional-arguments,

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

# 2fe5a71dc9c880b7985a7eefc288cd0ada05602f
# fe60e0fc0935adda7e448a1daaa3ef3547352d92
1 change: 1 addition & 0 deletions pylintrc_tweaks
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ disable+ =
no-member,
useless-option-value,
unknown-option-value,
too-many-positional-arguments,

0 comments on commit 3b39ff8

Please sign in to comment.