aboutsummaryrefslogtreecommitdiff
path: root/pylint.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pylint.toml')
-rw-r--r--pylint.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint.toml b/pylint.toml
index c939cdc..3f011cb 100644
--- a/pylint.toml
+++ b/pylint.toml
@@ -17,7 +17,7 @@
# be loaded. Extensions are loading into the active Python interpreter and may
# run arbitrary code. (This is an alternative name to extension-pkg-allow-list
# for backward compatibility.)
-extension-pkg-whitelist = ["pydantic"]
+extension-pkg-whitelist = ["pydantic", "nh3"]
# Return non-zero exit code if any of these messages/categories are detected,
# even if score is above --fail-under value. Syntax same as enable. Messages