From 25542affa416b4ad3c2fe2d7419bc5071ce99a83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alo=C3=AFs=20Micard?= Date: Wed, 19 Feb 2025 08:45:26 +0100 Subject: [PATCH] Add Pylint --- .forgejo/workflows/ci.yaml | 4 +++- requirements.txt | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 29bcb44..e34d8a6 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -12,4 +12,6 @@ jobs: python-version: '3.13' cache: 'pip' - - run: pip install -r requirements.txt \ No newline at end of file + - run: pip install -r requirements.txt + + - run pylint app \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 3163841..08ab71d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ pynetbox==7.4.1 -requests==2.32.3 \ No newline at end of file +requests==2.32.3 +pylint==3.3.4 \ No newline at end of file