Skip to content

Commit

Permalink
silence missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cav71 committed May 24, 2024
1 parent c5339b2 commit 4d19490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ known-first-party = ["luxos"]
[tool.mypy]
disallow_untyped_defs = false
follow_imports = "normal"
ignore_missing_imports = false
ignore_missing_imports = true
pretty = true
show_column_numbers = true
show_error_codes = true
Expand Down

0 comments on commit 4d19490

Please sign in to comment.