Lines Matching full:pep8
95 formatted_code, _, _ = yapf_api.FormatFile(filepath, style_config='pep8')
120 formatted_code, _, _ = yapf_api.FormatFile(filepath, style_config='pep8')
143 formatted_code, _, _ = yapf_api.FormatFile(filepath, style_config='pep8')
171 formatted_code, _, _ = yapf_api.FormatFile(filepath, style_config='pep8')
187 formatted_code, _, _ = yapf_api.FormatFile(filepath, style_config='pep8')
214 filepath, style_config='pep8', lines=[(1, 2)])
217 filepath, style_config='pep8', lines=[(3, 3)])
267 formatted_code, _, _ = yapf_api.FormatFile(filepath, style_config='pep8')
278 formatted_code, _, _ = yapf_api.FormatFile(filepath, style_config='pep8')
297 formatted_code, _, _ = yapf_api.FormatFile(filepath, style_config='pep8')
315 formatted_code, _, _ = yapf_api.FormatFile(filepath, style_config='pep8')
324 formatted_code, _, _ = yapf_api.FormatFile(filepath, style_config='pep8')
565 # TODO(ambv): the `expected_formatted_code` here is not PEP8 compliant,
1022 extra_options=['--style=pep8'])
1026 # worlds. Expected behaviour would be to format as --style=pep8 does in
1054 # TODO(ambv): currently the following produces code that is not PEP8
1056 # logical line" with flake8. Expected behaviour for PEP8 would be to use
1059 # extra_options=['--style=pep8'])