Skip to content

Commit

Permalink
Add math and unicodedata to pylint's extension-pkg-whitelist list to …
Browse files Browse the repository at this point in the history
…fix false-positives on Python 3.9 and MacOS.
  • Loading branch information
dgilland committed Jul 16, 2021
1 parent d1d2665 commit fb72d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# A comma-separated list of package or module names from where C extensions may
# be loaded. Extensions are loading into the active Python interpreter and may
# run arbitrary code.
extension-pkg-whitelist=
extension-pkg-whitelist=math,unicodedata

# Specify a score threshold to be exceeded before program exits with error.
fail-under=10
Expand Down

0 comments on commit fb72d4a

Please sign in to comment.