about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2025-07-03 14:54:56 +0300
committerBonfaceKilz2025-07-07 07:58:31 +0300
commit50d4a81ef969604fb15d25d275722bd987a316be (patch)
tree9e25a820af7a7f204583c5eab7923de859e9629c
parenta807ad047e3fbe315955f745cb6248d132e2ca3f (diff)
downloadgenenetwork3-50d4a81ef969604fb15d25d275722bd987a316be.tar.gz
Ignore pylint rule.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rw-r--r--gn3/db/case_attributes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/db/case_attributes.py b/gn3/db/case_attributes.py
index 421b012..a55f2d8 100644
--- a/gn3/db/case_attributes.py
+++ b/gn3/db/case_attributes.py
@@ -227,7 +227,7 @@ def get_changes(cursor, change_type: EditStatus, directory: Path) -> dict:
     }
 
 
-# pylint: disable=[too-many-locals]
+# pylint: disable=[too-many-locals, too-many-branches]
 def apply_change(cursor, change_type: EditStatus, change_id: int, directory: Path) -> bool:
     """Applies or rejects a case attribute change and updates its
     status in the audit table and LMDB.