We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7717c3 commit 935f303Copy full SHA for 935f303
tests/data/conditional_expression.py tests/data/cases/conditional_expression.py
@@ -1,3 +1,4 @@
1
+# flags: --preview
2
long_kwargs_single_line = my_function(
3
foo="test, this is a sample value",
4
bar=some_long_value_name_foo_bar_baz if some_boolean_variable else some_fallback_value_foo_bar_baz,
0 commit comments