Skip to content

Commit

Permalink
Add check_untyped_defs parameter for mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
glrs committed Oct 7, 2024
1 parent dec53e1 commit 64977dc
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 @@ -16,4 +16,5 @@ ignore = [

[tool.mypy]
ignore_missing_imports = true
follow_imports = "skip"
follow_imports = "skip"
check_untyped_defs = false

0 comments on commit 64977dc

Please sign in to comment.