From 5069dce831abf12a30133987d95cfb13f5de034a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Sat, 16 Nov 2024 17:25:46 +0100 Subject: [PATCH] Remove typoed upstream word to make codespell happy --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d5fd8bb4..5edc8068 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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',