Skip to content

Commit

Permalink
Remove typoed upstream word to make codespell happy
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Nov 16, 2024
1 parent 0651365 commit 5069dce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,11 @@ filterwarnings = [
'ignore:unclosed database in:ResourceWarning',
# from asyncio triggered by jupyter_client
'ignore:There is no current event loop:DeprecationWarning',
'ignore:Parsing dates involving a day of month without a year specified is ambiguious:DeprecationWarning',
'ignore:Parsing dates involving a day of month without a year specified is :DeprecationWarning',
# from jupyter_core
'ignore:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning',
# nbclient
'ignore:Parsing dates involving a day of month without a year specified is ambiguious:DeprecationWarning:nbclient',
'ignore:Parsing dates involving a day of month without a year specified is :DeprecationWarning:nbclient',
# From dateutil in sqlalchemy and jupyter_cache
'ignore:datetime.datetime.utcnow\(\) is deprecated:DeprecationWarning:sqlalchemy',
'ignore:datetime.datetime.utcnow\(\) is deprecated:DeprecationWarning:jupyter_cache',
Expand Down

0 comments on commit 5069dce

Please sign in to comment.