We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deef57a commit 38536b3Copy full SHA for 38536b3
1 file changed
Makefile
@@ -11,7 +11,7 @@ check: ## Run code quality tools.
11
@echo "🚀 Linting code: Running pre-commit"
12
@uv run pre-commit run -a
13
@echo "🚀 Static type checking: Running mypy"
14
- @uv run mypy
+ @uv run pyright
15
@echo "🚀 Checking for obsolete dependencies: Running deptry"
16
@uv run deptry src
17
0 commit comments