Skip to content

Commit

Permalink
using pylint instead pyproject to disable the warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fehiepsi committed Oct 23, 2024
1 parent eea1fe4 commit a8495c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ disable=abstract-method,
too-many-instance-attributes,
too-many-locals,
too-many-nested-blocks,
too-many-positional-arguments,
too-many-public-methods,
too-many-return-statements,
too-many-statements,
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ oryx = [
"oryx",
]

[tool.pylint.messages_control]
disable = "too-many-arguments"

[tool.pyink]
# Formatting configuration to follow Google style-guide
line-length = 80
Expand Down

0 comments on commit a8495c7

Please sign in to comment.