From 89fc2a07228e0170c3184bed51ac2a8d012bdce7 Mon Sep 17 00:00:00 2001 From: Mostafa Moradian Date: Thu, 17 Oct 2024 16:46:52 +0200 Subject: [PATCH] Use ruff in place of black --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b021188..341cb2f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -23,7 +23,7 @@ jobs: cd training && poetry install - name: Run formatter, linter and type checker run: | - black --check . + ruff check training # mypy --explicit-package-bases . # flake8 . # interrogate -vv --ignore-init-module --exclude sigma_api .