more specific ignore

This commit is contained in:
Lendemor 2025-02-05 18:47:40 +01:00
parent 9220c68456
commit 903d5fb0da

View File

@ -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"