Skip to content

Commit

Permalink
Ignore rdkit mypy broken stub files
Browse files Browse the repository at this point in the history
  • Loading branch information
speleo3 committed Jul 5, 2024
1 parent 9614b27 commit 81848d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,10 @@ explicit_package_bases = true

[[tool.mypy.overrides]]
module = [
"rdkit.Chem",
"rdkit.Chem.*",
]
follow_imports = "skip"
follow_imports_for_stubs = true
ignore_errors = true

# vi:sw=4

0 comments on commit 81848d3

Please sign in to comment.