From 89268f19fba6cd5d24028ec65bf10b1137bbe049 Mon Sep 17 00:00:00 2001 From: anti Date: Tue, 28 Apr 2026 17:47:28 -0400 Subject: [PATCH] dev(ci): modified ruff call to not check dev scripts/ --- .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 a14443e7..942f853c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: with: python-version: "3.11" - run: pip install ruff - - run: ruff check . + - run: ruff check decnet/ bandit: name: SAST (bandit)