From f397e834330c2380a69ed0ada5e7332462d45ecd Mon Sep 17 00:00:00 2001 From: c4ffein Date: Wed, 21 Aug 2024 22:50:08 +0200 Subject: [PATCH] made github use ruff preview --- .github/workflows/test_full.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_full.yml b/.github/workflows/test_full.yml index e177c7a76..446b443eb 100644 --- a/.github/workflows/test_full.yml +++ b/.github/workflows/test_full.yml @@ -67,8 +67,8 @@ jobs: - name: Install Dependencies run: flit install --symlink - name: Ruff format - run: ruff format --check ninja tests + run: ruff format --preview --check ninja tests - name: Ruff lint - run: ruff check ninja tests + run: ruff check --preview ninja tests - name: mypy run: mypy ninja tests/mypy_test.py