From 903d5fb0dae30da0cf7fa649444cfeaf294554cf Mon Sep 17 00:00:00 2001 From: Lendemor Date: Wed, 5 Feb 2025 18:47:40 +0100 Subject: [PATCH] more specific ignore --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9a11c7b8d..b54f578fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ lint.pydocstyle.convention = "google" "*/blank.py" = ["I001"] [tool.pytest.ini_options] -filterwarnings = "ignore::RuntimeWarning" +filterwarnings = "ignore:fields may not start with an underscore:RuntimeWarning" asyncio_default_fixture_loop_scope = "function" asyncio_mode = "auto"