910e62b5创建于 1月15日历史提交
[MESSAGES CONTROL]

disable=
  bad-indentation,
  broad-exception-caught,
  broad-exception-raised,
  consider-using-f-string,
  consider-using-with,
  duplicate-code,
  fixme,
  global-statement,
  invalid-name,
  line-too-long,
  missing-class-docstring,
  missing-final-newline,
  missing-function-docstring,
  missing-module-docstring,
  too-few-public-methods,
  too-many-arguments,
  too-many-branches,
  too-many-instance-attributes,
  too-many-lines,
  too-many-locals,
  too-many-public-methods,
  too-many-return-statements,
  too-many-statements,
  unnecessary-lambda-assignment,
  wrong-import-order,
  wrong-import-position,