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 9b4492a commit 66f20cfCopy full SHA for 66f20cf
pyproject.toml
@@ -356,7 +356,7 @@ filterwarnings = [
356
"ignore:datetime.datetime.utcnow\\(\\) is deprecated and scheduled for removal in a future version.",
357
# Latest PySpark version (v3.5.3) throws this error, remove in a future release of PySpark (possibly v4.0.0).
358
"ignore:is_datetime64tz_dtype is deprecated and will be removed in a future version.",
359
- "ignore::DeprecationWarning:jupyter_core.*"
+ "ignore:.*Jupyter is migrating.*:DeprecationWarning",
360
]
361
362
[tool.black]
0 commit comments