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 46f3f8c commit d27c8a4Copy full SHA for d27c8a4
pyproject.toml
@@ -135,6 +135,9 @@ filterwarnings= [
135
# We could eventually find a way to make sure these are only created
136
# when there is a running event loop.
137
"ignore:There is no current event loop:DeprecationWarning:zmq",
138
+
139
+ # Workaround for jupyter_core warning.
140
+ "module:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning",
141
]
142
143
[tool.mypy]
0 commit comments