Skip to content

Commit

Permalink
Updates Pylint configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
cr2007 committed Jun 4, 2024
1 parent 4dc573c commit 6859e8a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,10 @@ disable=raw-checker-failed,
use-implicit-booleaness-not-comparison-to-zero,
redefined-builtin,
missing-module-docstring,
too-many-arguments ; Need to be edited later on to remove this line
too-many-arguments, ; Need to be edited later on to remove this line
too-few-public-methods,
unrecognized-option,
unknown-option-value

# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
Expand Down

0 comments on commit 6859e8a

Please sign in to comment.