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 154e77c commit 4a311c7Copy full SHA for 4a311c7
pyproject.toml
@@ -143,6 +143,8 @@ filterwarnings = [
143
"ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning",
144
# see https://github.com/dateutil/dateutil/issues/1314
145
"ignore:.*datetime.utcfromtimestamp\\(\\) is deprecated.*:DeprecationWarning:",
146
+ # From anyio https://github.com/agronholm/anyio/pull/715
147
+ 'ignore:Unclosed <MemoryObjectSendStream>:ResourceWarning',
148
]
149
150
[tool.mypy]
0 commit comments