Skip to content

Commit

Permalink
fix python tests not being typechecked
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Sep 3, 2024
1 parent 18dd6da commit 5fb7e30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,10 @@ max-line-length = 200

[tool.basedpyright]
pythonVersion = "3.8"
include = ["basedpyright", "based_build", "pdm_build.py"]
include = ["basedpyright", "based_build", "pdm_build.py", "tests"]
ignore = ["pw", "basedpyright/dist", "packages", "build"]
typeCheckingMode = "all"
reportImplicitStringConcatenation = false # conflicts with ruff formatter
reportImplicitStringConcatenation = false # conflicts with ruff formatter

# currently commented out due to https://github.com/DetachHead/basedpyright/issues/570
# only seem to be needed when using pycharm, which i dont really care about anyway because pycharm sucks
Expand Down

0 comments on commit 5fb7e30

Please sign in to comment.