From ccb59c7f0230e1217f0c1478cb061b3468f95637 Mon Sep 17 00:00:00 2001 From: jeffser Date: Sun, 4 Aug 2024 20:34:08 -0600 Subject: [PATCH] Fix --- .github/workflows/pylint.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 4f8ff56..a431083 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -21,5 +21,4 @@ jobs: pip install pylint - name: Analysing the code with pylint run: | - pylint $(git ls-files '*.py' | grep -v 'src/available_models_descriptions.py' -) + pylint $(git ls-files '*.py' | grep -v 'src/available_models_descriptions.py')