From 7afb30a002b30d48b0c8a63c66b20f41aadca8ed Mon Sep 17 00:00:00 2001 From: Jan Heinrich Reimer Date: Mon, 1 Jul 2024 09:50:00 +0200 Subject: [PATCH] Fix Ruff command --- .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 7549540..cc6ac08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: - name: "🧰 Install dependencies" run: pip install .[tests] - name: "🔍 Check Python code" - run: ruff . + run: ruff check . # python-typing: # name: "🔍 Check Python static typing" # strategy: