Skip to content

Commit

Permalink
chore: 🤖 upgrade pyarrow (to use filesystem)
Browse files Browse the repository at this point in the history
also list all the modules to ignore for mypy at the same time. thanks
@andreasoria
#875 (comment)
  • Loading branch information
severo committed Mar 15, 2023
1 parent c211f78 commit 8af0aa3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions services/api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ 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.*"
module = [
"hffs.*",
"pyarrow.*",
"tqdm.*"
]
ignore_missing_imports = true

0 comments on commit 8af0aa3

Please sign in to comment.