Skip to content

Commit

Permalink
Configure max-positional-arguments in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
zliang-akamai committed Oct 8, 2024
1 parent 6d47d2e commit 72ad9ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ deps:
pip install -r requirements.txt -r requirements-dev.txt --upgrade

lint:
pylint --disable=too-many-positional-arguments plugins
pylint plugins

mypy plugins/modules
mypy plugins/inventory
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ disable = [
"missing-timeout",
"use-sequence-for-iteration",
"broad-exception-raised",
"fixme"
"fixme",
]
max-positional-arguments = 12
py-version = "3.8"
extension-pkg-whitelist = "math"

0 comments on commit 72ad9ac

Please sign in to comment.