Skip to content

Commit

Permalink
Ignore missing imports with mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Feb 19, 2024
1 parent 06a08d3 commit bc4f3a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ paths.source = [
[tool.mypy]
explicit_package_bases = true
disallow_untyped_calls = false
ignore_missing_imports = true

[[tool.mypy.overrides]]
module = [
Expand Down

0 comments on commit bc4f3a3

Please sign in to comment.