************* Module console ae/console.py:1:0: C0302: Too many lines in module (1044/1000) (too-many-lines) ae/console.py:254:0: R0913: Too many arguments (6/5) (too-many-arguments) ae/console.py:280:11: W0718: Catching too general exception Exception (broad-exception-caught) ae/console.py:294:0: R0902: Too many instance attributes (18/7) (too-many-instance-attributes) ae/console.py:318:4: R0913: Too many arguments (13/5) (too-many-arguments) ae/console.py:318:4: R0914: Too many local variables (16/15) (too-many-locals) ae/console.py:623:4: R0913: Too many arguments (6/5) (too-many-arguments) ae/console.py:665:4: R0913: Too many arguments (6/5) (too-many-arguments) ae/console.py:717:19: W0718: Catching too general exception Exception (broad-exception-caught) ae/console.py:709:21: W1514: Using open without explicitly specifying an encoding (unspecified-encoding) ae/console.py:753:4: R0913: Too many arguments (7/5) (too-many-arguments) ae/console.py:788:36: W0212: Access to a protected member _option_string_actions of a client class (protected-access) ae/console.py:797:17: R1735: Consider using '{"help": desc, "default": cfg_val}' instead of a call to 'dict'. (use-dict-literal) ae/console.py:1001:23: R1735: Consider using '{"app_key": self.app_key}' instead of a call to 'dict'. (use-dict-literal) ae/console.py:1009:39: R1735: Consider using '{"_cfg_files": self._cfg_files, "cfg_options": self.cfg_options}' instead of a call to 'dict'. (use-dict-literal) ae/console.py:1016:23: R1735: Consider using '{"_log_file_name": self._log_file_name}' instead of a call to 'dict'. (use-dict-literal) -------------------------------------------------------------------- Your code has been rated at 9.53/10 Checked 1 files, skipped 0 files vvv STDERR vvv No config file found, using default configuration ^^^ STDERR ^^^