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 b3b738c commit e671800Copy full SHA for e671800
{{cookiecutter.package_name}}/pyproject.toml
@@ -51,6 +51,7 @@ filterwarnings = [
51
"ignore:There is no current event loop:DeprecationWarning",
52
"module:make_current is deprecated:DeprecationWarning",
53
"module:clear_current is deprecated:DeprecationWarning",
54
+ "module:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning",
55
]
56
57
[tool.mypy]
0 commit comments