From 0562db9428daf5d7693fc56bfd4846d3dd3fe412 Mon Sep 17 00:00:00 2001 From: juftin Date: Sat, 6 Jan 2024 08:47:15 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20ignore=20deprecation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5dd5ec16..c6dc2b32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -185,7 +185,8 @@ warn_unused_ignores = true filterwarnings = [ "error", "ignore::DeprecationWarning:pkg_resources", - "ignore:The --rsyncdir command line argument and rsyncdirs config variable are deprecated.:DeprecationWarning" + "ignore:The --rsyncdir command line argument and rsyncdirs config variable are deprecated.:DeprecationWarning", + "ignore:datetime.datetime.utcfromtimestamp:DeprecationWarning:dateutil.tz.tz" ] [tool.ruff]