From f7aefc3563aa46aeb1417a401e08763ec51709cf Mon Sep 17 00:00:00 2001 From: Alexis Deprez Date: Tue, 1 Oct 2024 13:53:51 +0200 Subject: [PATCH] chore: upgrade ruff version --- .github/workflows/format.yaml | 2 +- pyproject.toml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index bc9cf1ac..16557138 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -19,7 +19,7 @@ jobs: python-version: '3.10' - name: Install Ruff - run: pip install ruff==0.0.292 + run: pip install ruff==0.6.8 - name: Run ruff run: ruff format --check . diff --git a/pyproject.toml b/pyproject.toml index 2d437066..84a5e09b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,3 +33,5 @@ ruff = "^0.2.2" [tool.poetry.group.dev.dependencies] ipykernel = "^6.29.4" +[tool.ruff.format] +exclude = ["*.ipynb"] \ No newline at end of file