From c3b34aec385a0f8c02201f16167ac1d0972b5497 Mon Sep 17 00:00:00 2001 From: nvlinhvn Date: Thu, 9 May 2024 18:00:42 +0200 Subject: [PATCH] Update pylint.yml --- .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 1600685..a2d961d 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -24,5 +24,5 @@ jobs: pip install pytest - name: Analysing the code with pylint run: | - git ls-files '*.py' - pylint $(git ls-files '*.py') + pylint $(git ls-files 'setup.py') + pylint $(git ls-files 'tests/test_hstransform.py')