We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbdd834 commit 2035498Copy full SHA for 2035498
1 file changed
pyproject.toml
@@ -338,6 +338,10 @@ 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