We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5efec28 commit b175650Copy full SHA for b175650
1 file changed
pyproject.toml
@@ -163,6 +163,9 @@ filterwarnings = [
163
"ignore:You are using a Python version.*which Google will stop supporting:FutureWarning:google.api_core",
164
# Python 3.13 sqlite3 module ResourceWarnings for unclosed database connections
165
"ignore:unclosed database in <sqlite3.Connection object*:ResourceWarning",
166
+ # Ignore Ray subprocess cleanup warnings
167
+ "ignore:unclosed file:ResourceWarning",
168
+ "ignore:subprocess.*is still running:ResourceWarning",
169
]
170
171
[tool.black]
0 commit comments