From 13c573320bb8838ac1b6b04377fb0d298ae6f876 Mon Sep 17 00:00:00 2001 From: Waldemar Villamayor-Venialbo Date: Wed, 4 Sep 2024 03:58:01 -0400 Subject: [PATCH] Update pylint.yml Updated online. --- .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 2e94681..2d02a4d 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 --upgrade pylint - name: Analysing the code with pylint run: | - pylint $(git ls-files '*.py') + pylint --rcfile=.pylintrc $(git ls-files '*.py')