Skip to content

Commit

Permalink
Disable warning on missing source for rust bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed May 22, 2024
1 parent 062de70 commit dec4e43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ features = ["pyo3/extension-module"]
[tool.pytest.ini_options]
# Lark throws deprecation warnings for `src_parse` and `src_constants`.
filterwarnings = "ignore::DeprecationWarning:lark.*"

[tool.pyright]
# Rust bindings have typing stubs but no python source code.
reportMissingModuleSource = "none"

0 comments on commit dec4e43

Please sign in to comment.