From c321b7be5fbbc4da45c8ebbb81512bf391f5f9a3 Mon Sep 17 00:00:00 2001 From: MatthieuDartiailh Date: Mon, 1 Jul 2024 21:49:39 +0200 Subject: [PATCH] cis: update ruff invocation --- .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 449e0c99..d2431ad4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - name: Linting if: always() run: | - ruff pyvisa_py; + ruff check pyvisa_py; - name: Mypy if: always() run: |