From 04bef3e82ae85fe0a46af2f519ee186a80d0eae2 Mon Sep 17 00:00:00 2001 From: jeffser Date: Sun, 4 Aug 2024 20:33:39 -0600 Subject: [PATCH] Skip available_models_description.py --- .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 8e6b5f6..4f8ff56 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -21,4 +21,5 @@ jobs: pip install pylint - name: Analysing the code with pylint run: | - pylint $(git ls-files '*.py') + pylint $(git ls-files '*.py' | grep -v 'src/available_models_descriptions.py' +)