Skip to content

Commit

Permalink
CI: add "tests" to extraPaths for Pyright to find conftest locally (#…
Browse files Browse the repository at this point in the history
…3571)

For some reason it started complaining on my computer.
  • Loading branch information
superlopuh authored Dec 5, 2024
1 parent 289e874 commit 09cc97e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ reportMissingModuleSource = false
enableTypeIgnoreComments = false
enableExperimentalFeatures = true
typeCheckingMode = "strict"
extraPaths = ["tests"]
"include" = ["docs", "xdsl", "tests", "bench"]
"exclude" = [
"tests/dialects/test_memref.py",
Expand Down

0 comments on commit 09cc97e

Please sign in to comment.