Skip to content

Commit

Permalink
skip pylint too-many-positional-arguments test
Browse files Browse the repository at this point in the history
  • Loading branch information
hannob committed Sep 29, 2024
1 parent dc5da53 commit ffbe8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_codingstyle.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def test_codingstyle():

pylint_disable = (
"missing-docstring,invalid-name,duplicate-code,"
+ "too-many-arguments,consider-using-with"
+ "too-many-arguments,consider-using-with,too-many-positional-arguments"
)
subprocess.run(["pylint", f"--disable={pylint_disable}"] + pyfiles, check=True)

Expand Down

0 comments on commit ffbe8d4

Please sign in to comment.