Skip to content

Commit

Permalink
chore: Add too-many-positional-arguments to pylint disable
Browse files Browse the repository at this point in the history
  • Loading branch information
macdiesel committed Sep 23, 2024
1 parent afc3f55 commit 4763fb2
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 = ,migrations, settings, wsgi.py
Expand Down Expand Up @@ -292,6 +292,7 @@ disable =
consider-using-with,
bad-option-value,
superfluous-parens,
too-many-positional-arguments,

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

# fde14ff2b7c1587153eb26f978301341091e9e23
# 6bfed9ad443e866d9a33488886e056ff8b3814d6
1 change: 1 addition & 0 deletions pylintrc_tweaks
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ DISABLE+=
consider-using-with,
bad-option-value,
superfluous-parens,
too-many-positional-arguments,

0 comments on commit 4763fb2

Please sign in to comment.