Removed python test files for linter.

This commit is contained in:
TheNetworkGuy 2025-04-28 22:18:59 +02:00
parent 98edf0ad99
commit d60eb1cb2d

View File

@ -24,4 +24,4 @@ jobs:
pip install -r requirements.txt
- name: Analysing the code with pylint
run: |
pylint --module-naming-style=any $(git ls-files '*.py')
pylint --module-naming-style=any modules/* netbox_zabbix_sync.py