]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/pep8/_pep8
27b7fc5445c5268e886010a39174285436b854dc
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / pep8 / _pep8
1 #compdef pep8
2 #
3 # this is zsh completion function file.
4 # generated by genzshcomp(ver: 0.5.1)
5 #
6
7 typeset -A opt_args
8 local context state line
9
10 _arguments -s -S \
11   "--help[show this help message and exit]:" \
12   "-h[show this help message and exit]:" \
13   "--version[show program's version number and exit]:" \
14   "--verbose[print status messages, or debug with -vv]" \
15   "-v[print status messages, or debug with -vv]" \
16   "--quiet[report only file names, or nothing with -qq]" \
17   "-q[report only file names, or nothing with -qq]" \
18   "--repeat[(obsolete) show all occurrences of the same error]" \
19   "-r[(obsolete) show all occurrences of the same error]" \
20   "--first[show first occurrence of each error]" \
21   "--exclude[exclude files or directories which match these comma separated patterns (default: .svn,CVS,.bzr,.hg,.git,__pycache__)]::patterns:_files" \
22   "--filename[when parsing directories, only check filenames matching these comma separated patterns (default: *.py)]::patterns:_files" \
23   "--select[select errors and warnings (e.g. E,W6)]::errors:_files" \
24   "--ignore[skip errors and warnings (e.g. E4,W)]::errors:_files" \
25   "--show-source[show source code for each error]" \
26   "--show-pep8[show text of PEP 8 for each error (implies --first)]" \
27   "--statistics[count errors and warnings]" \
28   "--count[print total number of errors and warnings to standard error and set exit code to 1 if total is not null]" \
29   "--max-line-length[set maximum allowed line length (default: 79)]::n:_files" \
30   "--format[set the error format \[default|pylint|<custom>\]]::format:_files" \
31   "--diff[report only lines changed according to the unified diff received on STDIN]" \
32   "--benchmark[measure processing speed   are read from the \[pep8\] section of the tox.ini fg file located in any parent folder of the path(s) allowed options are: exclude, filename, select, ngth, count, format, quiet, show-pep8, show-source, .]" \
33   "--config[user config file location (default: /home/gsemet/.config/pep8)]::path:_files" \
34   "*::args:_files"