Skip to content

Commit

Permalink
ci: 🎡 ignore hffs and pyarrow in mypy checks
Browse files Browse the repository at this point in the history
  • Loading branch information
severo committed Mar 15, 2023
1 parent 6746c2a commit c211f78
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions services/api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,11 @@ disallow_untyped_calls = false
module = "prometheus_client.*"
ignore_missing_imports = true
# ^ prometheus_client is now typed, but starlette-prometheus requires an old version

[[tool.mypy.overrides]]
module = "hffs.*"
ignore_missing_imports = true

[[tool.mypy.overrides]]
module = "pyarrow.*"
ignore_missing_imports = true

0 comments on commit c211f78

Please sign in to comment.