diff options
author | Daniel Schadt <kingdread@gmx.de> | 2023-03-02 18:22:59 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2023-03-02 18:22:59 +0100 |
commit | 4df57a352460fe0944b73ddf738d678b772c9bd6 (patch) | |
tree | 769922b0bf4c7e27def3ab19b69ec11393adc48d /pylint.toml | |
parent | b423cc4a2deaa54cf529a1823f5977b5b5ef9b89 (diff) | |
download | fietsboek-4df57a352460fe0944b73ddf738d678b772c9bd6.tar.gz fietsboek-4df57a352460fe0944b73ddf738d678b772c9bd6.tar.bz2 fietsboek-4df57a352460fe0944b73ddf738d678b772c9bd6.zip |
fix lint
Diffstat (limited to 'pylint.toml')
-rw-r--r-- | pylint.toml | 2 |
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 |