Skip to content

Commit

Permalink
quiet down the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
kpedro88 committed Oct 8, 2024
1 parent 1545e53 commit d00dfd9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ disable=unexpected-special-method-signature,
unsubscriptable-object,
broad-except,
duplicate-code,
too-few-public-methods
too-few-public-methods,
too-many-positional-arguments,
invalid-name

# From https://stackoverflow.com/questions/53465607/pylint-reports-error-for-pycurl-curl-which-is-not-correct
extension-pkg-allow-list=pycurl
Expand Down

0 comments on commit d00dfd9

Please sign in to comment.