aboutsummaryrefslogtreecommitdiff
path: root/pylint.toml
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2023-03-07 20:17:35 +0100
committerDaniel Schadt <kingdread@gmx.de>2023-03-07 20:17:35 +0100
commit40a0f2dbed1034ca02fcb83c820f22976601c777 (patch)
tree6eb1889dbace979442e0058136e49208f8e89903 /pylint.toml
parentbb4b8eed4cd0ede4198f5dcf4269f2efed25541a (diff)
parente8678a7155ff64d797693f7a8ec84c196d1d4748 (diff)
downloadfietsboek-40a0f2dbed1034ca02fcb83c820f22976601c777.tar.gz
fietsboek-40a0f2dbed1034ca02fcb83c820f22976601c777.tar.bz2
fietsboek-40a0f2dbed1034ca02fcb83c820f22976601c777.zip
Merge branch 'transformers'
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 9e3a63c..f1e4270 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 =
+extension-pkg-whitelist = ["pydantic"]
# 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