-
Dan Nixon authored
Adds a basic YAPF configuration file (copied from https://github.com/DiamondLightSource/hebi) that produces reasonable results. Adds developer documentation that describes how YAPF can be run to format changed Python files pre commit.
Dan Nixon authoredAdds a basic YAPF configuration file (copied from https://github.com/DiamondLightSource/hebi) that produces reasonable results. Adds developer documentation that describes how YAPF can be run to format changed Python files pre commit.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.style.yapf 127 B
[style]
based_on_style = pep8
column_limit = 100
allow_split_before_dict_value = false
each_dict_entry_on_separate_line = true