From 5dba9f6d3e380830df9d9ba30bb3fe743c22f0b3 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Fri, 9 Aug 2024 23:36:48 +0100 Subject: [PATCH] Update pylint.yml with discord and pytest dependencies --- .github/workflows/pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 6e21c90..3349747 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -17,7 +17,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pylint + pip install pylint discord pytest - name: Analysing the code with pylint run: | pylint $(git ls-files '*.py')