From 35d4034886254ffb16773b1bcbd7e1136f0ebb24 Mon Sep 17 00:00:00 2001 From: CyberRoute Date: Fri, 20 Sep 2024 14:39:40 +0200 Subject: [PATCH] python files in ui are autogenerated --- .github/workflows/pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index c73e032..60efe8d 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') + pylint --ignore=ui $(git ls-files '*.py')