feat: unify pdm test defaults and verbosity controls (#836)

This commit is contained in:
Jens
2026-02-23 16:44:13 +01:00
committed by GitHub
parent 6aab9761f1
commit 930b3f6028
7 changed files with 236 additions and 187 deletions

View File

@@ -300,7 +300,7 @@ class KleinanzeigenBot(WebScrapingMixin): # noqa: PLR0904
self.command = "help"
self.ads_selector = "due"
self._ads_selector_explicit: bool = False
self._ads_selector_explicit:bool = False
self.keep_old_ads = False
self._login_detection_diagnostics_captured:bool = False