From 0a1d868dd29b34097983db7df03f075bd79a91e7 Mon Sep 17 00:00:00 2001 From: Mostafa Moradian Date: Thu, 17 Oct 2024 16:55:21 +0200 Subject: [PATCH] Run ruff on the current directory --- .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 b0f181f..e5cc0f4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -23,7 +23,7 @@ jobs: cd training && poetry install --with dev --no-root - name: Run formatter, linter and type checker run: | - poetry run ruff check training + poetry run ruff check . # mypy --explicit-package-bases . # flake8 . # interrogate -vv --ignore-init-module --exclude sigma_api .