From 90f5dd1585c17268607ad8fa4fa7bbb310468417 Mon Sep 17 00:00:00 2001 From: alexmindset Date: Thu, 25 Jul 2024 22:29:27 +0300 Subject: [PATCH] Fix ruff in ci/cd --- .github/workflows/insolver-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/insolver-tests.yaml b/.github/workflows/insolver-tests.yaml index 6ae6a2c..65a3a42 100644 --- a/.github/workflows/insolver-tests.yaml +++ b/.github/workflows/insolver-tests.yaml @@ -45,7 +45,7 @@ jobs: - name: Lint with ruff shell: bash run: | - poetry run ruff check . --select=E9,F63,F7,F82 --show-source + poetry run ruff check . --select=E9,F63,F7,F82 poetry run ruff check . --exit-zero --statistics - name: Test with pytest shell: bash