Skip to content

Commit

Permalink
style(mypy): Exclude goat_plugins from import checks
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Jan 22, 2025
1 parent 3e5076b commit 5fd74f5
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions libertai_agents/mypy.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
[mypy]

[mypy-transformers.*]
ignore_missing_imports = True

[mypy-huggingface_hub.*]
ignore_missing_imports = True

[mypy-goat_adapters.*]
ignore_missing_imports = True

[mypy-goat_wallets.*]
[mypy-transformers.*, huggingface_hub.*, goat_adapters.*, goat_wallets.*, goat_plugins.*]
ignore_missing_imports = True

0 comments on commit 5fd74f5

Please sign in to comment.