From 5eb85f34665ef845a9107aa03597d733777bd4b3 Mon Sep 17 00:00:00 2001 From: Thor Whalen Date: Fri, 4 Oct 2024 15:28:38 +0200 Subject: [PATCH] Update ci.yml add to pylint - ignore: tests,docs,setup.py --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f2d652..46b84e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,7 @@ jobs: with: root-dir: ${{ env.PROJECT_NAME }} enable: C0114 + ignore: tests,docs,setup.py - name: Pytest Validation uses: i2mint/isee/actions/pytest-validation@master