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 bfe36c6 commit 0d8a179Copy full SHA for 0d8a179
pyproject.toml
@@ -24,7 +24,8 @@ filterwarnings = [
24
"ignore:Passing a schema to Validator.iter_errors:DeprecationWarning",
25
"ignore:unclosed <socket.socket:ResourceWarning",
26
"ignore:unclosed event loop:ResourceWarning",
27
- "ignore:run_pre_save_hook is deprecated:DeprecationWarning"
+ "ignore:run_pre_save_hook is deprecated:DeprecationWarning",
28
+ "module:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning",
29
]
30
31
[tool.jupyter-releaser]
0 commit comments