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 1, 2023
1 parent 9622ad1 commit ac3d7a2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions services/api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,12 @@ preview = true

[tool.mypy]
strict = true


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

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

0 comments on commit ac3d7a2

Please sign in to comment.