diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 8aa8c66..e6ac0df 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -23,8 +23,8 @@ jobs: python -m venv venv source venv/bin/activate pip install flake8 - flake8 . - + flake8 . --ignore=E501 + continue-on-error: true - name: Run Semgrep (SAST) run: | curl -sSL https://semgrep.dev/install.sh | sh