Skip to content

Commit

Permalink
move pyright config to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
WeetHet committed Sep 19, 2024
1 parent a2f0291 commit f9c0a9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ incremental_run = "verified_cogen.experiments.incremental_run:main"
profile = "black"
src_paths = ["verified_cogen"]

[tool.pyright]
typeCheckingMode = "strict"

[[tool.poetry.source]]
name = "PyPI"
priority = "primary"
Expand Down
3 changes: 0 additions & 3 deletions pyrightconfig.json

This file was deleted.

0 comments on commit f9c0a9f

Please sign in to comment.