We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f79a3 commit 8361b9fCopy full SHA for 8361b9f
1 file changed
pyproject.toml
@@ -104,6 +104,7 @@ filterwarnings = [
104
"ignore:'flask.Markup' is deprecated and will be removed in Flask 2.4. Import 'markupsafe.Markup' instead.:DeprecationWarning",
105
"ignore:unclosed resource <TCPTransport:ResourceWarning",
106
"ignore:co_lnotab is deprecated, use co_lines instead:DeprecationWarning",
107
+ "ignore:'asyncio.AbstractEventLoopPolicy' is deprecated and slated for removal in Python 3.16:DeprecationWarning",
108
# "ignore::pydantic.warnings.UnsupportedFieldAttributeWarning",
109
]
110
asyncio_mode = "strict"
0 commit comments