Merge pull request #1299 from t-woerner/pylint_github_workflow_disable_too-many-positional-arguments

pylint gihub workflow: Disable too-many-positional-arguments
This commit is contained in:
Rafael Guterres Jeffman
2024-10-11 10:27:52 -03:00
committed by GitHub

View File

@@ -56,7 +56,8 @@ disable =
too-many-branches,
too-many-locals,
fixme,
use-dict-literal
use-dict-literal,
too-many-positional-arguments
[pylint.BASIC]
good-names =