Skip to content
Merged
Prev Previous commit
Next Next commit
fix(mypy): Add aafigure to ignore_missing_imports overrides
  • Loading branch information
tony committed Apr 5, 2026
commit 202af50760544c6a8862078c5cf98f671870e0da
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ module = [
"ptpython.*",
"prompt_toolkit.*",
"bpython",
"aafigure",
]
ignore_missing_imports = true

Expand Down