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 6281236 commit f5cf117Copy full SHA for f5cf117
tests/fixtures/config/pyproject.toml
@@ -4,3 +4,4 @@ line-length = 20
4
pyi = true
5
skip-magic-trailing-comma = true
6
skip-string-normalization = true
7
+preview = true
tests/test_plugin.py
@@ -235,7 +235,7 @@ def test_load_config(config):
235
"fast": True,
236
"skip_magic_trailing_comma": True,
237
"skip_string_normalization": True,
238
- "preview": False,
+ "preview": True,
239
}
240
241
0 commit comments