Skip to content

Commit

Permalink
Temporary workaround to remove spurious errors from pylint
Browse files Browse the repository at this point in the history
Should only be necessary until pylint releases their next version
See pylint-dev/pylint#3882 and pylint-dev/pylint#3890
  • Loading branch information
LinuxMercedes committed Dec 28, 2020
1 parent 3795e18 commit 27ef2bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pylintrc
Expand Up @@ -145,6 +145,7 @@ disable=print-statement,
redefined-builtin,
too-few-public-methods,
bad-continuation,
unsubscriptable-object,



Expand Down

0 comments on commit 27ef2bf

Please sign in to comment.