From 5132a5975cb877b56ed1b2364e374e2a1967f65a Mon Sep 17 00:00:00 2001 From: Helena Rasche Date: Fri, 22 Sep 2023 09:08:49 +0200 Subject: [PATCH] =?UTF-8?q?no=20=F0=9F=98=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 27e29b1..8086491 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,4 +12,4 @@ jobs: - name: Install flake8 run: pip install flake8 flake8-import-order - name: Flake8 - run: flake8 --ignore=E501 apolpi.py + run: flake8 --ignore=E501,I201 apolpi.py