Skip to content

Commit

Permalink
chore(settings): add mypy section in pyproject.toml
Browse files Browse the repository at this point in the history
The setting is non-strict for now.
  • Loading branch information
lu-pl committed Feb 5, 2025
1 parent 4993820 commit bf0a63f
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 @@ -52,9 +52,10 @@ markers = [
]

[tool.mypy]
strict = true
# strict = true
warn_return_any = true
warn_unused_configs = true
ignore_missing_imports = true

[[tool.mypy.overrides]]
module = ["pandas.*"]
Expand Down

0 comments on commit bf0a63f

Please sign in to comment.