Lines Matching full:pep8
105 formatted_code, _, _ = yapf_api.FormatFile(filepath, style_config='pep8')
129 formatted_code, _, _ = yapf_api.FormatFile(filepath, style_config='pep8')
152 formatted_code, _, _ = yapf_api.FormatFile(filepath, style_config='pep8')
180 formatted_code, _, _ = yapf_api.FormatFile(filepath, style_config='pep8')
196 formatted_code, _, _ = yapf_api.FormatFile(filepath, style_config='pep8')
209 formatted_code, _, _ = yapf_api.FormatFile(filepath, style_config='pep8')
236 filepath, style_config='pep8', lines=[(1, 2)])
239 filepath, style_config='pep8', lines=[(3, 3)])
289 formatted_code, _, _ = yapf_api.FormatFile(filepath, style_config='pep8')
300 formatted_code, _, _ = yapf_api.FormatFile(filepath, style_config='pep8')
319 formatted_code, _, _ = yapf_api.FormatFile(filepath, style_config='pep8')
337 formatted_code, _, _ = yapf_api.FormatFile(filepath, style_config='pep8')
346 formatted_code, _, _ = yapf_api.FormatFile(filepath, style_config='pep8')
606 # TODO(ambv): the `expected_formatted_code` here is not PEP8 compliant,
1107 extra_options=['--style=pep8'])
1111 # worlds. Expected behaviour would be to format as --style=pep8 does in
1139 # TODO(ambv): currently the following produces code that is not PEP8
1141 # logical line" with flake8. Expected behaviour for PEP8 would be to use
1144 # extra_options=['--style=pep8'])
1523 '{based_on_style: pep8, '