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 ba917b4 commit 6731604
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 @@ -292,6 +292,7 @@ disable =
no-member,
missing-timeout,
use-yield-from,
too-many-positional-arguments,

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

# 126dc53d1644a269339811dea1e20f5bd1bf3264
# 54077c76e994996b5dcfc894527265ff056e760f
1 change: 1 addition & 0 deletions pylintrc_tweaks
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ disable+ =
no-member,
missing-timeout,
use-yield-from,
too-many-positional-arguments,

0 comments on commit 6731604

Please sign in to comment.