From 5d63be212f0c6314ef1b7b0a716f127dbbb3f2e7 Mon Sep 17 00:00:00 2001 From: Odyhibit Date: Sat, 15 Jun 2024 17:57:38 -0500 Subject: [PATCH] pylint --- .github/workflows/pylint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index c73e032..045aba8 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -17,7 +17,8 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pylint + pip install pylint Pillow customtkinter + if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Analysing the code with pylint run: | pylint $(git ls-files '*.py')