Skip to content

Commit

Permalink
Ignore debug warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Sep 13, 2024
1 parent cfbd63c commit e53baa3
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 @@ -48,6 +48,8 @@ filterwarnings = [
"ignore:datetime.datetime.utcfromtimestamp():DeprecationWarning:dateutil.tz.tz", # https://github.com/dateutil/dateutil/pull/1285
# 2024-01
"ignore:\\s+Pyarrow will become a required dependency of pandas", # Will fix itself
# 2024-09
"ignore:The (non_)?interactive_bk attribute was deprecated in Matplotlib 3.9", # OK - Only happening in debug mode
]

[tool.ruff]
Expand Down

0 comments on commit e53baa3

Please sign in to comment.