From fcb69079d82fb830aa9abfef7df5ec2cef91ef07 Mon Sep 17 00:00:00 2001 From: sgueissa <36111447+sgueissa@users.noreply.github.com> Date: Thu, 27 Jun 2024 19:55:42 +0200 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index af7ba31e38..9646bdf752 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -332,9 +332,9 @@ jobs: - name: Lint with ruff run: | # stop the build if there are Python syntax errors or undefined names - ruff --output-format=github --select=E9,F63,F7,F82 --target-version=py39 . + ruff check --output-format=github --select=E9,F63,F7,F82 --target-version=py39 . # default set of ruff rules with GitHub Annotations - ruff --output-format=github --target-version=py39 . + ruff check --output-format=github --target-version=py39 . - name: Run tests run: |