Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5069dce

Browse files
committedNov 16, 2024·
Remove typoed upstream word to make codespell happy
1 parent 0651365 commit 5069dce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,11 @@ filterwarnings = [
157157
'ignore:unclosed database in:ResourceWarning',
158158
# from asyncio triggered by jupyter_client
159159
'ignore:There is no current event loop:DeprecationWarning',
160-
'ignore:Parsing dates involving a day of month without a year specified is ambiguious:DeprecationWarning',
160+
'ignore:Parsing dates involving a day of month without a year specified is :DeprecationWarning',
161161
# from jupyter_core
162162
'ignore:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning',
163163
# nbclient
164-
'ignore:Parsing dates involving a day of month without a year specified is ambiguious:DeprecationWarning:nbclient',
164+
'ignore:Parsing dates involving a day of month without a year specified is :DeprecationWarning:nbclient',
165165
# From dateutil in sqlalchemy and jupyter_cache
166166
'ignore:datetime.datetime.utcnow\(\) is deprecated:DeprecationWarning:sqlalchemy',
167167
'ignore:datetime.datetime.utcnow\(\) is deprecated:DeprecationWarning:jupyter_cache',

0 commit comments

Comments
 (0)
Please sign in to comment.