Skip to content

Commit

Permalink
ignore too-many-lines
Browse files Browse the repository at this point in the history
  • Loading branch information
rifqiyan committed Mar 29, 2024
1 parent 22d5f97 commit f4437b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ generated-members=numpy.*, torch.*


[pylint.messages_control]
disable=missing-function-docstring, line-too-long, import-error,
disable=missing-function-docstring, line-too-long, import-error, too-many-lines,
too-many-arguments, too-many-locals, too-many-statements, too-many-branches, too-few-public-methods,
too-many-instance-attributes, fixme, import-outside-toplevel, logging-fstring-interpolation,

0 comments on commit f4437b0

Please sign in to comment.