From cb078de7dc611cc104e513e1c2a28a44aa9804c4 Mon Sep 17 00:00:00 2001 From: salvaRC Date: Fri, 4 Oct 2024 20:27:54 -0700 Subject: [PATCH] fix ruff -> ruff check (in CI) --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 920fc14..604c7d3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,8 @@ jobs: - name: Check quality run: | black --check tests src scripts utils - ruff tests src scripts utils + ruff check tests src scripts utils +# ruff check tests src scripts utils --fix # doc-builder style src docs/source --max_len 119 --check_only --path_to_docs docs/source check_repository_consistency: