Skip to content

Commit

Permalink
build: Enable pyright to check if type hints are missing
Browse files Browse the repository at this point in the history
This change adds a pyright check to ensure that we add type hints to our code
  • Loading branch information
DanielArndt committed Dec 13, 2024
1 parent 359c06b commit 4b10b86
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 112 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ skip = ["build","lib","venv","icon.svg",".tox",".git",".mypy_cache",".ruff_cache

[tool.pyright]
include = ["src/**.py"]

reportMissingParameterType = true
Loading

0 comments on commit 4b10b86

Please sign in to comment.