diff options
| author | Daniel Schadt <kingdread@gmx.de> | 2026-05-06 00:01:07 +0200 |
|---|---|---|
| committer | Daniel Schadt <kingdread@gmx.de> | 2026-05-06 00:01:07 +0200 |
| commit | 6afc1a45ff6ae525cf352344caad350f0879fd5b (patch) | |
| tree | 0f9897dd9c1b2d6779a068a4ab9c027543efdc40 /pylint.toml | |
| parent | 1b9eeb0a90a7d3a1b70e0eb3ec672ada45416d04 (diff) | |
| download | fietsboek-6afc1a45ff6ae525cf352344caad350f0879fd5b.tar.gz fietsboek-6afc1a45ff6ae525cf352344caad350f0879fd5b.tar.bz2 fietsboek-6afc1a45ff6ae525cf352344caad350f0879fd5b.zip | |
whitelist hittekaart_py for pylint
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 8978b43..27afd42 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", "nh3"] +extension-pkg-whitelist = ["pydantic", "nh3", "hittekaart_py"] # 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 |
