We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 289272a commit 6215319Copy full SHA for 6215319
1 file changed
pyproject.toml
@@ -170,10 +170,10 @@ ignore-paths = [
170
convention = "google"
171
172
[tool.pytest]
173
-filterwarnings = """
174
- ignore:.*Using or importing the ABCs.*is deprecated:DeprecationWarning
175
- ignore:.*the imp module.*is deprecated:DeprecationWarning
176
-"""
+filterwarnings = [
+ "ignore:.*Using or importing the ABCs.*is deprecated:DeprecationWarning",
+ "ignore:.*the imp module.*is deprecated:DeprecationWarning",
+]
177
178
[tool.coverage.run]
179
branch = true
0 commit comments