Skip to content
Snippets Groups Projects
Unverified Commit 220c4f00 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman Committed by GitHub
Browse files

Merge pull request #1299 from...

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

pylint gihub workflow: Disable too-many-positional-arguments
parents 75d8ea28 7f1df9d8
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,8 @@ disable = ...@@ -56,7 +56,8 @@ disable =
too-many-branches, too-many-branches,
too-many-locals, too-many-locals,
fixme, fixme,
use-dict-literal use-dict-literal,
too-many-positional-arguments
[pylint.BASIC] [pylint.BASIC]
good-names = good-names =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment