Skip to content

Commit e671800

Browse files
authored
Handle jupyter core warning (#19)
1 parent b3b738c commit e671800

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

{{cookiecutter.package_name}}/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ filterwarnings = [
5151
"ignore:There is no current event loop:DeprecationWarning",
5252
"module:make_current is deprecated:DeprecationWarning",
5353
"module:clear_current is deprecated:DeprecationWarning",
54+
"module:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning",
5455
]
5556

5657
[tool.mypy]

0 commit comments

Comments
 (0)