Skip to content

Commit

Permalink
Update pylint configuration to disable 'too-many-lines' warning
Browse files Browse the repository at this point in the history
Need to fix this later on
  • Loading branch information
cr2007 committed Jun 28, 2024
1 parent b0ae154 commit 5f05b67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ disable=raw-checker-failed,
redefined-builtin,
missing-module-docstring,
too-many-arguments, ; Need to be edited later on to remove this line
too-many-lines, ; Should fix this later on
too-few-public-methods,
unrecognized-option,
unknown-option-value
Expand Down

0 comments on commit 5f05b67

Please sign in to comment.