Skip to content

Commit

Permalink
disable another annoying linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kpedro88 committed Feb 19, 2025
1 parent 1190933 commit 40fb8f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ disable=unexpected-special-method-signature,
duplicate-code,
too-few-public-methods,
too-many-positional-arguments,
invalid-name
invalid-name,
too-many-locals

# 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 40fb8f0

Please sign in to comment.