We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb2f83 commit 1785ffdCopy full SHA for 1785ffd
pyproject.toml
@@ -105,7 +105,7 @@ filterwarnings = [
105
# see https://github.com/dateutil/dateutil/issues/1314
106
"ignore:.*datetime.utcfromtimestamp\\(\\) is deprecated.*:DeprecationWarning:",
107
# From anyio https://github.com/agronholm/anyio/pull/715
108
- 'ignore:Unclosed <MemoryObjectSendStream>:ResourceWarning',
+ 'ignore:Unclosed <MemoryObjectSendStream:ResourceWarning',
109
]
110
111
[tool.mypy]
0 commit comments