parse_configuration_and_cli

Flake8NbApplication.parse_configuration_and_cli(cfg: configparser.RawConfigParser, cfg_dir: str, argv: list[str]) None[source]

Parse configuration files and the CLI options.

Parameters:
  • cfg (configparser.RawConfigParser) – Config parser instance

  • cfg_dir (str) – Dir the the config is in.

  • argv (list[str]) – CLI args

Raises:

SystemExit – If --bug-report option is passed to the CLI.