From f5c1daa1b192ec846709e33f4ca05e5c371127a6 Mon Sep 17 00:00:00 2001 From: Antonino Lorenzo <94693967+antoninoLorenzo@users.noreply.github.com> Date: Fri, 21 Jun 2024 17:47:50 +0200 Subject: [PATCH 1/2] Update pylint.yml --- .github/workflows/pylint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 78f1e32..44fb2f4 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -8,7 +8,7 @@ jobs: env: SRC_PATH: 'src' README_PATH: 'README.md' - REQUIREMENTS_PATH: 'dev-requirements.txt' + REQUIREMENTS_PATH: 'requirements.txt' P_SCORE: 'green' G_SCORE: 'yellow' O_SCORE: 'orange' @@ -69,4 +69,4 @@ jobs: add: 'README.md' default_author: github_actions message: 'Updated pylint badge' - push: 'true' \ No newline at end of file + push: 'true' From 6e64ea87ca37be0d1053682ee3fd3598a2c1be8a Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 15:48:36 +0000 Subject: [PATCH 2/2] Updated pylint badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 893aded..fed504d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![pylint](https://img.shields.io/badge/PyLint-7.71-orange?logo=python&logoColor=white) +![pylint](https://img.shields.io/badge/PyLint-8.31-yellow?logo=python&logoColor=white) # AI-OPS