From 669292d54c98a290f312ccd6d8e862678c2b4936 Mon Sep 17 00:00:00 2001 From: Matthieu Petiteau Date: Fri, 5 Jul 2024 20:39:29 +0100 Subject: [PATCH] Fix ruff --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50f029c0..3600bfe4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - name: Linting checks run: | # stop the build if there are any Python syntax errors - ruff shhh tests + ruff check shhh tests - name: SAST analysis run: | bandit -r shhh -x shhh/static