From 0d02e096e9b4e3e8749390b24080d33adfebc8c3 Mon Sep 17 00:00:00 2001 From: Raymond Kuiper Date: Fri, 8 Mar 2024 13:49:18 +0100 Subject: [PATCH] Disable pylint name checking --- netbox_zabbix_sync.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netbox_zabbix_sync.py b/netbox_zabbix_sync.py index fe15e9b..1db4959 100755 --- a/netbox_zabbix_sync.py +++ b/netbox_zabbix_sync.py @@ -1,4 +1,6 @@ #!/usr/bin/env python3 +# pylint: disable=invalid-name + """Netbox to Zabbix sync script.""" import logging