Skip to content

Commit

Permalink
Handle jupyter core warning (#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Nov 9, 2022
1 parent bfe36c6 commit 0d8a179
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ filterwarnings = [
"ignore:Passing a schema to Validator.iter_errors:DeprecationWarning",
"ignore:unclosed <socket.socket:ResourceWarning",
"ignore:unclosed event loop:ResourceWarning",
"ignore:run_pre_save_hook is deprecated:DeprecationWarning"
"ignore:run_pre_save_hook is deprecated:DeprecationWarning",
"module:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning",
]

[tool.jupyter-releaser]
Expand Down

0 comments on commit 0d8a179

Please sign in to comment.