Skip to content

Commit

Permalink
Enable Pyright strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-fernandes committed Dec 12, 2024
1 parent 34ac701 commit b56c196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ name = "Luke Fiddy"
version_file = "src/bimorph_mirror_analysis/_version.py"

[tool.pyright]
typeCheckingMode = "standard"
typeCheckingMode = "strict"
reportMissingImports = false # Ignore missing stubs in imported modules

[tool.pytest.ini_options]
Expand Down

0 comments on commit b56c196

Please sign in to comment.