Skip to content

Commit

Permalink
updated test req and pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
caelean committed Jun 13, 2024
1 parent 550f52d commit 9e53fb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
- name: Check types with pyright
run: |
source .venv/bin/activate
pyright
pyright src/ bundled/tool/
4 changes: 1 addition & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9e53fb6

Please sign in to comment.