Skip to content

Commit a91d44b

Browse files
committed
Upgrade pyright
1 parent 17d81de commit a91d44b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ fmt: pre-commit-install ## Lint and format files
5050
$(UVX) pre-commit run --all-files
5151

5252
.PHONY: typecheck
53-
typecheck: .venv typeshed ## Run type check
53+
typecheck: .venv download-libraries typeshed ## Run type check
5454
@$(UV) run -m pyright .
5555

5656
.PHONY: install

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dev = [
1111
"adafruit-circuitpython-typing==1.12.1",
1212
"circuitpython-stubs==9.2.8",
1313
"pre-commit==4.2.0",
14-
"pyright[nodejs]==1.1.402",
14+
"pyright[nodejs]==1.1.404",
1515
]
1616

1717
[tool.ruff.format]

uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)