From 496edf1e7f6ce547a5cd7972a24d354ce6039fab Mon Sep 17 00:00:00 2001 From: Arseniy Sitnikov Date: Mon, 9 Jun 2025 14:14:23 +0300 Subject: [PATCH] fix for misha because he ignores unused libs --- .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: |