Add Pylint

This commit is contained in:
Aloïs Micard 2025-02-19 08:45:26 +01:00
parent 6b72f3cfce
commit 25542affa4
2 changed files with 5 additions and 2 deletions

View file

@ -13,3 +13,5 @@ jobs:
cache: 'pip'
- run: pip install -r requirements.txt
- run pylint app

View file

@ -1,2 +1,3 @@
pynetbox==7.4.1
requests==2.32.3
pylint==3.3.4