diff --git a/.github/workflows/pull_request_tests.yml b/.github/workflows/pull_request_tests.yml index 920728e..ba027b5 100644 --- a/.github/workflows/pull_request_tests.yml +++ b/.github/workflows/pull_request_tests.yml @@ -31,8 +31,8 @@ jobs: runs-on: ubuntu-latest name: "ruff" steps: - - uses: davidslusser/actions_python_ruff@v1.0.1 + - uses: davidslusser/actions_python_ruff@v1.0.3 with: - src: "check src" + command: "ruff check src tests" pip_install_command: "pip install -e .[dev,mcp]" python_version: "3.11"