.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10. .TH PYTHON "1" "April 2019" "python 1.4.4" "User Commands" .SH NAME python autopep8.py \- autopep8 .SH DESCRIPTION usage: autopep8 [\-h] [\-\-version] [\-v] [\-d] [\-i] [\-\-global\-config filename] .IP [\-\-ignore\-local\-config] [\-r] [\-j n] [\-p n] [\-a] [\-\-experimental] [\-\-exclude globs] [\-\-list\-fixes] [\-\-ignore errors] [\-\-select errors] [\-\-max\-line\-length n] [\-\-line\-range line line] [\-\-hang\-closing] [\-\-exit\-code] [files [files ...]] .PP Automatically formats Python code to conform to the PEP 8 style guide. .SS "positional arguments:" .TP files files to format or '\-' for standard in .SS "optional arguments:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-\-version\fR show program's version number and exit .TP \fB\-v\fR, \fB\-\-verbose\fR print verbose messages; multiple \fB\-v\fR result in more verbose messages .TP \fB\-d\fR, \fB\-\-diff\fR print the diff for the fixed source .TP \fB\-i\fR, \fB\-\-in\-place\fR make changes to files in place .TP \fB\-\-global\-config\fR filename path to a global pep8 config file; if this file does not exist then this is ignored (default: ~/.config) .TP \fB\-\-ignore\-local\-config\fR don't look for and apply local config files; if not passed, defaults are updated with any config files in the project's root directory .TP \fB\-r\fR, \fB\-\-recursive\fR run recursively over directories; must be used with \fB\-\-in\-place\fR or \fB\-\-diff\fR .TP \fB\-j\fR n, \fB\-\-jobs\fR n number of parallel jobs; match CPU count if value is less than 1 .TP \fB\-p\fR n, \fB\-\-pep8\-passes\fR n maximum number of additional pep8 passes (default: infinite) .TP \fB\-a\fR, \fB\-\-aggressive\fR enable non\-whitespace changes; multiple \fB\-a\fR result in more aggressive changes .TP \fB\-\-experimental\fR enable experimental fixes .TP \fB\-\-exclude\fR globs exclude file/directory names that match these commaseparated globs .TP \fB\-\-list\-fixes\fR list codes for fixes; used by \fB\-\-ignore\fR and \fB\-\-select\fR .TP \fB\-\-ignore\fR errors do not fix these errors/warnings (default: E226,E24,W50,W690) .TP \fB\-\-select\fR errors fix only these errors/warnings (e.g. E4,W) .TP \fB\-\-max\-line\-length\fR n set maximum allowed line length (default: 79) .TP \fB\-\-line\-range\fR line line, \fB\-\-range\fR line line only fix errors found within this inclusive range of line numbers (e.g. 1 99); line numbers are indexed at 1 .TP \fB\-\-hang\-closing\fR hang\-closing option passed to pycodestyle .TP \fB\-\-exit\-code\fR change to behavior of exit code. default behavior of return value, 0 is no differences, 1 is error exit. return 2 when add this option. 2 is exists differences. .SH "SEE ALSO" The full documentation for .B python is maintained as a Texinfo manual. If the .B info and .B python programs are properly installed at your site, the command .IP .B info python .PP should give you access to the complete manual.