diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45f63f6..dc59efe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,4 +44,4 @@ jobs: - name: Check types with pyright run: | source .venv/bin/activate - pyright + pyright src/ bundled/tool/ diff --git a/dev-requirements.txt b/dev-requirements.txt index b951339..70bb6f0 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,12 +1,10 @@ -# Setup pip==24.0 -# Code Quality +pytest==8.2.2 pyright==1.1.367 ruff==0.4.1 # LSP pygls==1.3.1 nox==2024.4.15 -pip==24.0 debugpy==1.8.1 PyHamcrest==2.1.0 python-jsonrpc-server==0.4.0