From 3d6ad8edbcdce5ad09948ecb89926ac1c6aa9008 Mon Sep 17 00:00:00 2001 From: Stefan Vogel Date: Wed, 12 Feb 2025 14:51:10 +0100 Subject: [PATCH] Shut off linter --- src/pyProfileMgr/profile_mgr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyProfileMgr/profile_mgr.py b/src/pyProfileMgr/profile_mgr.py index 515df28..44ba92d 100644 --- a/src/pyProfileMgr/profile_mgr.py +++ b/src/pyProfileMgr/profile_mgr.py @@ -102,7 +102,7 @@ def __init__(self): self._profiles_storage_path = self.prepare_profiles_folder() - # pylint: disable=R0912, R0913, R0917 + # pylint: disable=R0902, R0912, R0913, R0917 def add(self, profile_name: str,