Skip to content

Commit

Permalink
ignore import warnings from huggingface_hub & pyairports
Browse files Browse the repository at this point in the history
  • Loading branch information
leloykun authored and rlouf committed May 5, 2024
1 parent b3b29fe commit db83c08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ filterwarnings = [
"ignore::numba.core.errors.NumbaPendingDeprecationWarning",
"ignore::pydantic.warnings.PydanticDeprecatedSince20",
"ignore::FutureWarning:transformers.*",
"ignore::FutureWarning:huggingface_hub.*",
"ignore::UserWarning",
"ignore::DeprecationWarning:pyairports.*",
]

[tool.mypy]
Expand Down

0 comments on commit db83c08

Please sign in to comment.