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 20308e2 commit 1547ba6Copy full SHA for 1547ba6
tests/test_plugin.py
@@ -233,6 +233,7 @@ def test_load_config(config):
233
"target_version": set(),
234
"pyi": True,
235
"fast": True,
236
+ "skip_magic_trailing_comma": False,
237
"skip_string_normalization": True,
238
"preview": False,
239
}
@@ -264,6 +265,7 @@ def test_load_config_defaults(config):
264
265
266
"pyi": False,
267
"fast": False,
268
269
"skip_string_normalization": False,
270
271
0 commit comments