From b76094b73e67d861881e62c26fceda463a8cbb60 Mon Sep 17 00:00:00 2001 From: Arseniy Sitnikov Date: Mon, 9 Jun 2025 14:06:00 +0300 Subject: [PATCH] linter ignore --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ebb72e5..1499f71 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: python -m venv venv source venv/bin/activate pip install flake8 - flake8 . --ignore=E501 --exclude=venv + flake8 . --ignore=E501,F401 --exclude=venv continue-on-error: true - name: Run Semgrep (SAST) run: |