Suppressing errors

Note: these configuration options are available in the config file only. There isno analog available via the command line options.

  • show_none_errors (bool, default True)
  • Shows errors related to strict None checking, if the global strict_optionalflag is enabled.
  • ignore_errors (bool, default False)
  • Ignores all non-fatal errors.