Skip to content

Commit

Permalink
update mypy missing import settings
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgerstmayr committed Jan 26, 2025
1 parent ec81184 commit 06d9818
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ disable = [
"line-too-long",
]

[tool.mypy]
[[tool.mypy.overrides]]
module = "beanquery.query"
ignore_missing_imports = true

[tool.ruff]
Expand Down

0 comments on commit 06d9818

Please sign in to comment.