We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e147381 commit c050431Copy full SHA for c050431
1 file changed
pyproject.toml
@@ -348,6 +348,7 @@ markers = [
348
# Turns a warning into an error
349
filterwarnings = [
350
"error",
351
+ "ignore:You are using a Python version.*which Google will stop supporting:FutureWarning",
352
]
353
354
[tool.black]
0 commit comments