[style]
based_on_style = pep8
indent_width = 2
column_limit = 101
blank_line_before_nested_class_or_def = True
space_between_ending_comma_and_closing_bracket = False
spaces_before_comment = 1
