diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index acc8ea7..614aa05 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -20,4 +20,4 @@ jobs: pip install pylint - name: Analysing the code with pylint run: | - pylint $(git ls-files '*.py') --ignore='toy*','parameters*' + pylint $(git ls-files '*.py') --ignore=^notebooks/toy*,^notebooks/parameters*