From 6afc1a45ff6ae525cf352344caad350f0879fd5b Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 6 May 2026 00:01:07 +0200 Subject: whitelist hittekaart_py for pylint --- pylint.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3