flake8
latest
Frequently Asked Questions
Glossary of Terms Used in Flake8 Documentation
Using Flake8
Writing Plugins for Flake8
Exploring Flake8’s Internals
Release Notes and History
flake8
Index
Edit on GitHub
Index
Symbols
|
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
Symbols
--append-config
flake8 command line option
--benchmark
flake8 command line option
--bug-report
flake8 command line option
--builtins
flake8 command line option
--color
flake8 command line option
--config
flake8 command line option
--count
flake8 command line option
--disable-noqa
flake8 command line option
--doctests
flake8 command line option
--enable-extensions
flake8 command line option
--exclude
flake8 command line option
--exclude-from-doctest
flake8 command line option
--exit-zero
flake8 command line option
--extend-exclude
flake8 command line option
--extend-ignore
flake8 command line option
--extend-select
flake8 command line option
--filename
flake8 command line option
--format
flake8 command line option
--hang-closing
flake8 command line option
--help
flake8 command line option
--ignore
flake8 command line option
--include-in-doctest
flake8 command line option
--indent-size
flake8 command line option
--isolated
flake8 command line option
--jobs
flake8 command line option
--max-complexity
flake8 command line option
--max-doc-length
flake8 command line option
--max-line-length
flake8 command line option
--output-file
flake8 command line option
--per-file-ignores
flake8 command line option
--quiet
flake8 command line option
--require-plugins
flake8 command line option
--select
flake8 command line option
--show-source
flake8 command line option
--statistics
flake8 command line option
--stdin-display-name
flake8 command line option
--tee
flake8 command line option
--verbose
flake8 command line option
--version
flake8 command line option
-h
flake8 command line option
-q
flake8 command line option
-v
flake8 command line option
_
__init__() (flake8.options.manager.Option method)
(flake8.options.manager.OptionManager method)
__weakref__ (flake8.options.manager.OptionManager attribute)
A
add_option() (flake8.options.manager.OptionManager method)
after_init() (flake8.formatting.base.BaseFormatter method)
(flake8.formatting.default.Default method)
aggregate_options() (in module flake8.options.aggregator)
Application (class in flake8.main.application)
B
BaseFormatter (class in flake8.formatting.base)
beginning() (flake8.formatting.base.BaseFormatter method)
blank_before (flake8.processor.FileProcessor attribute)
blank_lines (flake8.processor.FileProcessor attribute)
build_ast() (flake8.processor.FileProcessor method)
build_logical_line() (flake8.processor.FileProcessor method)
build_logical_line_tokens() (flake8.processor.FileProcessor method)
C
catastrophic_failure (flake8.main.application.Application attribute)
check
check_files() (flake8.api.legacy.StyleGuide method)
check_physical_eol() (flake8.checker.FileChecker method)
checker_state (flake8.processor.FileProcessor attribute)
class
count_parentheses() (in module flake8.processor)
D
Default (class in flake8.formatting.default)
delete_first_token() (flake8.processor.FileProcessor method)
E
end_time (flake8.main.application.Application attribute)
error
error class
error code
excluded() (flake8.api.legacy.StyleGuide method)
exit_code() (flake8.main.application.Application method)
expand_indent() (in module flake8.processor)
extend_default_ignore() (flake8.options.manager.OptionManager method)
extend_default_select() (flake8.options.manager.OptionManager method)
F
file_checker_manager (flake8.main.application.Application attribute)
file_tokens (flake8.processor.FileProcessor property)
FileChecker (class in flake8.checker)
filename (flake8.formatting.base.BaseFormatter attribute)
FileProcessor (class in flake8.processor)
find_plugins() (in module flake8.plugins.finder)
finished() (flake8.formatting.base.BaseFormatter method)
flake8 command line option
--append-config
--benchmark
--bug-report
--builtins
--color
--config
--count
--disable-noqa
--doctests
--enable-extensions
--exclude
--exclude-from-doctest
--exit-zero
--extend-exclude
--extend-ignore
--extend-select
--filename
--format
--hang-closing
--help
--ignore
--include-in-doctest
--indent-size
--isolated
--jobs
--max-complexity
--max-doc-length
--max-line-length
--output-file
--per-file-ignores
--quiet
--require-plugins
--select
--show-source
--statistics
--stdin-display-name
--tee
--verbose
--version
-h
-q
-v
flake8.api.legacy
module
fnmatch() (in module flake8.utils)
format() (flake8.formatting.base.BaseFormatter method)
formatter
(flake8.main.application.Application attribute)
fstring_start() (flake8.processor.FileProcessor method)
G
generate_tokens() (flake8.processor.FileProcessor method)
get_statistics() (flake8.api.legacy.Report method)
get_style_guide() (in module flake8.api.legacy)
guide (flake8.main.application.Application attribute)
H
handle() (flake8.formatting.base.BaseFormatter method)
handle_newline() (flake8.checker.FileChecker method)
hang_closing (flake8.processor.FileProcessor attribute)
I
indent_char (flake8.processor.FileProcessor attribute)
indent_level (flake8.processor.FileProcessor attribute)
indent_size (flake8.processor.FileProcessor attribute)
init_report() (flake8.api.legacy.StyleGuide method)
initialize() (flake8.main.application.Application method)
input_file() (flake8.api.legacy.StyleGuide method)
is_eol_token() (in module flake8.processor)
is_multiline_string() (in module flake8.processor)
is_using_stdin() (in module flake8.utils)
K
keyword_arguments_for() (flake8.processor.FileProcessor method)
L
line_number (flake8.processor.FileProcessor attribute)
load_config() (in module flake8.options.config)
load_plugins() (in module flake8.plugins.finder)
logical_line (flake8.processor.FileProcessor attribute)
M
main() (in module flake8.main.cli)
make_file_checker_manager() (flake8.main.application.Application method)
make_formatter() (flake8.main.application.Application method)
make_guide() (flake8.main.application.Application method)
Manager (class in flake8.checker)
max_doc_length (flake8.processor.FileProcessor attribute)
max_line_length (flake8.processor.FileProcessor attribute)
mccabe
module
flake8.api.legacy
multiline (flake8.processor.FileProcessor attribute)
multiline_string() (flake8.processor.FileProcessor method)
mutate_string() (in module flake8.processor)
N
newline (flake8.formatting.base.BaseFormatter attribute)
next_line() (flake8.processor.FileProcessor method)
next_logical_line() (flake8.processor.FileProcessor method)
noqa (flake8.processor.FileProcessor attribute)
noqa_line_for() (flake8.processor.FileProcessor method)
normalize() (flake8.options.manager.Option method)
normalize_path() (in module flake8.utils)
normalize_paths() (in module flake8.utils)
O
Option (class in flake8.options.manager)
OptionManager (class in flake8.options.manager)
options (flake8.api.legacy.StyleGuide property)
(flake8.formatting.base.BaseFormatter attribute)
(flake8.main.application.Application attribute)
output_fd (flake8.formatting.base.BaseFormatter attribute)
P
parse_args() (flake8.options.manager.OptionManager method)
parse_comma_separated_list() (in module flake8.utils)
parse_config() (in module flake8.options.config)
parse_plugin_options() (in module flake8.plugins.finder)
paths (flake8.api.legacy.StyleGuide property)
plugin
previous_indent_level (flake8.processor.FileProcessor attribute)
previous_logical (flake8.processor.FileProcessor attribute)
previous_unindented_logical_line (flake8.processor.FileProcessor attribute)
process_tokens() (flake8.checker.FileChecker method)
pycodestyle
pyflakes
Pylint (class in flake8.formatting.default)
Python Enhancement Proposals
PEP 257
PEP 8
R
read_lines() (flake8.processor.FileProcessor method)
read_lines_from_filename() (flake8.processor.FileProcessor method)
read_lines_from_stdin() (flake8.processor.FileProcessor method)
register_default_options() (in module flake8.main.options)
register_plugins() (flake8.options.manager.OptionManager method)
Report (class in flake8.api.legacy)
report() (flake8.checker.FileChecker method)
(flake8.checker.Manager method)
(flake8.main.application.Application method)
report_benchmarks() (flake8.main.application.Application method)
report_errors() (flake8.main.application.Application method)
report_statistics() (flake8.main.application.Application method)
reset_blank_before() (flake8.processor.FileProcessor method)
result_count (flake8.main.application.Application attribute)
run() (flake8.checker.Manager method)
(flake8.main.application.Application method)
run_ast_checks() (flake8.checker.FileChecker method)
run_check() (flake8.checker.FileChecker method)
run_checks() (flake8.checker.FileChecker method)
(flake8.main.application.Application method)
run_logical_checks() (flake8.checker.FileChecker method)
run_parallel() (flake8.checker.Manager method)
run_physical_checks() (flake8.checker.FileChecker method)
run_serial() (flake8.checker.Manager method)
S
should_ignore_file() (flake8.processor.FileProcessor method)
show_benchmarks() (flake8.formatting.base.BaseFormatter method)
show_source() (flake8.formatting.base.BaseFormatter method)
show_statistics() (flake8.formatting.base.BaseFormatter method)
start() (flake8.checker.Manager method)
(flake8.formatting.base.BaseFormatter method)
start_time (flake8.main.application.Application attribute)
statistics (flake8.processor.FileProcessor attribute)
stdin_get_value() (in module flake8.utils)
stop() (flake8.checker.Manager method)
(flake8.formatting.base.BaseFormatter method)
strip_utf_bom() (flake8.processor.FileProcessor method)
StyleGuide (class in flake8.api.legacy)
T
to_argparse() (flake8.options.manager.Option method)
token_is_newline() (in module flake8.processor)
tokens (flake8.processor.FileProcessor attribute)
total_errors (flake8.api.legacy.Report property)
total_lines (flake8.processor.FileProcessor attribute)
total_result_count (flake8.main.application.Application attribute)
U
update_checker_state_for() (flake8.processor.FileProcessor method)
update_state() (flake8.processor.FileProcessor method)
V
verbose (flake8.processor.FileProcessor attribute)
violation
visited_new_blank_line() (flake8.processor.FileProcessor method)
W
warning
write() (flake8.formatting.base.BaseFormatter method)
Read the Docs
v: latest
Versions
latest
stable
6.1.0
6.0.0
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.0.1
4.0.0
3.9.2
3.9.1
3.9.0
3.8.4
3.8.3
3.8.2
3.8.1
3.8.0
3.7.9
3.7.8
3.7.7
3.7.6
3.7.5
3.7.4
3.7.3
3.7.2
3.7.1
3.7.0
3.6.0
3.5.0
3.4.1
3.3.0
3.2.1
3.2.0
3.1.1
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
3.0.0b1
2.6.2
2.6.0
2.5.5
Downloads
On Read the Docs
Project Home
Builds