diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 6afa94b..fff4fc0 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.9", "3.10","3.11", "3.12", "3.13"] + python-version: ["3.9","3.10", "3.11","3.12", "3.13"] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} @@ -20,4 +20,4 @@ jobs: pip install pylint - name: Analysing the code with pylint run: | - pylint $(git ls-files '*.py') + pylint $(git ls-files '*.py') --ignore=PySimpleGUI