Commit b45adc5a authored by Vincent Pelletier's avatar Vincent Pelletier

pylint: Enable "too many arguments" check.

Not sure what this is doing here. There are not any failure masked by this.
parent 5405eb20
...@@ -2,11 +2,10 @@ ...@@ -2,11 +2,10 @@
ignore=_version.py ignore=_version.py
[MESSAGES CONTROL] [MESSAGES CONTROL]
disable=C0103,C0330,R0903,R0913,R0914,R0912,R0915,R0902 disable=C0103,C0330,R0903,R0914,R0912,R0915,R0902
# C0103 "Invalid name "%s" (should match %s)" # C0103 "Invalid name "%s" (should match %s)"
# C0330 bad-continuation # C0330 bad-continuation
# R0903 too-few-public-methods # R0903 too-few-public-methods
# R0913 too-many-arguments
# R0914 too-many-locals # R0914 too-many-locals
# R0912 too-many-branches # R0912 too-many-branches
# R0915 too-many-statements # R0915 too-many-statements
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment