Skip to content

Commit 38536b3

Browse files
committed
Exchanged mypy for pyright in make file.
1 parent deef57a commit 38536b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ check: ## Run code quality tools.
1111
@echo "🚀 Linting code: Running pre-commit"
1212
@uv run pre-commit run -a
1313
@echo "🚀 Static type checking: Running mypy"
14-
@uv run mypy
14+
@uv run pyright
1515
@echo "🚀 Checking for obsolete dependencies: Running deptry"
1616
@uv run deptry src
1717

0 commit comments

Comments
 (0)