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 38ced9d commit a068677Copy full SHA for a068677
pyproject.toml
@@ -123,7 +123,8 @@ filterwarnings= [
123
# Ignore jupyter_client warnings
124
"ignore:unclosed <socket.socket:ResourceWarning",
125
"ignore:unclosed event loop:ResourceWarning",
126
- "ignore:There is no current event loop:DeprecationWarning"
+ "ignore:There is no current event loop:DeprecationWarning",
127
+ "module:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning",
128
]
129
130
[tool.flake8]
0 commit comments