Skip to content

Commit

Permalink
Add wildcard --ignore-missing-imports mypy-args
Browse files Browse the repository at this point in the history
  • Loading branch information
acharles7 committed Oct 11, 2023
1 parent a8c3be5 commit 41a5cd9
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 @@ -137,6 +137,7 @@ exclude = [
# Compiled modules can't be run directly and that's a problem here:
"/src/black/__main__.py",
]
mypy-args = ["--ignore-missing-imports"]
options = { debug_level = "0" }

[tool.cibuildwheel]
Expand Down

0 comments on commit 41a5cd9

Please sign in to comment.