File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ indent = 4
2+ annotate_untyped_fields_with_any = false
3+ join_lines_based_on_source = true
4+ margin = 10_000
5+ whitespace_in_kwargs = false
6+ whitespace_typedefs = false
7+ whitespace_ops_in_indices = false
8+ import_to_using = false
9+ pipe_to_function_call = false
10+ long_to_short_function_def = false
11+ align_struct_field = false
12+ align_assignment = false
13+ align_conditional = false
14+ align_pair_arrow = false
15+ conditional_to_if = false
16+ normalize_line_endings = " auto"
17+ align_matrix = false
18+ indent_submodule = false
19+ trailing_comma = true
20+ trailing_zero = true
21+ separate_kwargs_with_semicolon = true
22+ surround_whereop_typeparameters = true
23+ always_for_in = true
24+ remove_extra_newlines = true
25+ short_to_long_function_def = true
26+ always_use_return = true
27+ format_docstrings = false
You can’t perform that action at this time.
0 commit comments