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 .