flakeheaven.commands package¶
- flakeheaven.commands.baseline_command(argv) Tuple[Union[int, flakeheaven._constants.ExitCode], str] [source]¶
Generate baseline that can be used later to ignore errors.
- flakeheaven.commands.code_command(argv) Tuple[Union[int, flakeheaven._constants.ExitCode], str] [source]¶
Show plugin name and message for given code.
- flakeheaven.commands.codes_command(argv) Tuple[Union[int, flakeheaven._constants.ExitCode], str] [source]¶
Show available codes and messages for given plugin.
- flakeheaven.commands.config_command(argv) Tuple[Union[int, flakeheaven._constants.ExitCode], str] [source]¶
Show flake8 configuration after flakeheaven consolidation.
- flakeheaven.commands.lint_command(argv) Tuple[Union[int, flakeheaven._constants.ExitCode], str] [source]¶
Run patched flake8 against the code.
- flakeheaven.commands.missed_command(argv) Tuple[Union[int, flakeheaven._constants.ExitCode], str] [source]¶
Show patterns from the config that has no matched plugin installed.
- flakeheaven.commands.plugins_command(argv) Tuple[Union[int, flakeheaven._constants.ExitCode], str] [source]¶
Show all installed plugins, their codes prefix, and matched rules from config.
- flakeheaven.commands.version_command(argv) Tuple[Union[int, flakeheaven._constants.ExitCode], str] [source]¶
Show FlakeHeaven version.