From 42a9986aadfddba1875266bbb39f8dcd6482f6d6 Mon Sep 17 00:00:00 2001 From: BioBootloader Date: Wed, 26 Apr 2023 17:13:44 -0700 Subject: [PATCH] and other ruff call... --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a8c997d..085b121 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: # stop the build if there are Python syntax errors or undefined names ruff --format=github --select=E9,F63,F7,F82 --target-version=py37 --exclude examples/ . # default set of ruff rules with GitHub Annotations - ruff --format=github --target-version=py37 . + ruff --format=github --target-version=py37 --exclude examples/ . - name: Test with pytest run: | pytest