Skip to content

Commit

Permalink
fix: Ignore too-many-positional-arguments error from pylint in test_c…
Browse files Browse the repository at this point in the history
…li (issue #145)
  • Loading branch information
neilmunday committed Oct 10, 2024
1 parent 230c9ad commit acc5d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_cli.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pylint: disable=line-too-long,missing-function-docstring,redefined-outer-name,too-few-public-methods,too-many-arguments,too-many-lines,too-many-public-methods # noqa
# pylint: disable=line-too-long,missing-function-docstring,redefined-outer-name,too-few-public-methods,too-many-arguments,too-many-lines,too-many-positional-arguments,too-many-public-methods # noqa

#
# This file is part of Slurm-Mail.
Expand Down

0 comments on commit acc5d6d

Please sign in to comment.