Skip to content

Commit

Permalink
Merge pull request #217 from dixneuf19/feat/pyright
Browse files Browse the repository at this point in the history
fix: replace mypy with pyright
  • Loading branch information
dixneuf19 authored Oct 13, 2023
2 parents 311059a + 193d072 commit 7217e57
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 133 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ check-format:
poetry run isort --check .
poetry run black --check .
poetry run ruff .
poetry run mypy .
poetry run pyright .

test:
poetry run pytest --cov=${PACKAGE_NAME} --cov-report=xml tests
Expand Down
Loading

0 comments on commit 7217e57

Please sign in to comment.