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 cf061a2 commit cc30ab3Copy full SHA for cc30ab3
pyproject.toml
@@ -338,10 +338,6 @@ filterwarnings = [
338
"ignore:datetime.datetime.utcnow\\(\\) is deprecated and scheduled for removal in a future version.",
339
# Latest PySpark version (v3.5.3) throws this error, remove in a future release of PySpark (possibly v4.0.0).
340
"ignore:is_datetime64tz_dtype is deprecated and will be removed in a future version.",
341
- # From fsspec gcsfs
342
- "ignore:pkg_resources is deprecated as an API.",
343
- "ignore:Deprecated call to `pkg_resources\\.declare_namespace\\('.*'\\):DeprecationWarning",
344
- "ignore::DeprecationWarning:google.rpc",
345
]
346
347
[tool.black]
0 commit comments