mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-07-13 15:24:48 -06:00
Disable pylint name checking
This commit is contained in:
parent
3c7079117a
commit
0d02e096e9
@ -1,4 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
# pylint: disable=invalid-name
|
||||
|
||||
"""Netbox to Zabbix sync script."""
|
||||
|
||||
import logging
|
||||
|
Loading…
Reference in New Issue
Block a user