Skip to content

Commit

Permalink
Merge pull request #53 from yeger00/mypy-support
Browse files Browse the repository at this point in the history
Add mypy
  • Loading branch information
yeger00 authored Mar 27, 2024
2 parents 4968fbb + 2ed5d79 commit baa225b
Show file tree
Hide file tree
Showing 5 changed files with 396 additions and 319 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ build:
lint:
poetry install --no-interaction --no-root --with tests
poetry run ruff check .
poetry run mypy pylspclient

test:
poetry install --no-interaction --no-root --with tests
Expand Down
Loading

0 comments on commit baa225b

Please sign in to comment.