Skip to content

Commit

Permalink
chore: use dmypy to speed up local type checking (#2480)
Browse files Browse the repository at this point in the history
Signed-off-by: Janek Nouvertné <[email protected]>
  • Loading branch information
provinzkraut authored Oct 21, 2023
1 parent 056ff0e commit 5fd40c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ __pypackages__/
# pyenv / rtx / asdf
.tool-versions
.python-version
/.dmypy.json
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ lock: ## Rebuild lockfiles from scra
.PHONY: mypy
mypy: ## Run mypy
@echo "=> Running mypy"
@$(ENV_PREFIX)mypy
@$(ENV_PREFIX)dmypy run
@echo "=> mypy complete"

.PHONY: pyright
Expand Down

0 comments on commit 5fd40c1

Please sign in to comment.