Completed
Push — master ( f69f70...c3735d )
by Ryan
8s
created

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
        variables_undefined_all_variable: true
        variables_undefined_variable: true
        variables_unpacking_non_sequence: true
        variables_unused_argument: true
        variables_unused_import: true
        variables_unused_variable: true
        variables_unused_wildcard_import: true
        variables_used_before_assignment: true
        variables_undefined_loop_variable: true
        variables_unbalanced_tuple_unpacking: true
        variables_redefined_outer_name: true
        variables_redefined_builtin: true
        variables_redefine_in_handler: true
        variables_no_name_in_module: true
        variables_global_variable_undefined: true
        variables_global_variable_not_assigned: true
        variables_global_statement: true
        variables_global_at_module_level: true
        typecheck_not_callable: true
        typecheck_too_many_function_args: true
        typecheck_unexpected_keyword_arg: true
        variables_invalid_all_object: true
        typecheck_redundant_keyword_arg: true
        typecheck_no_value_for_parameter: true
        typecheck_no_member: true
        typecheck_missing_kwoa: true
        typecheck_maybe_no_member: true
        typecheck_duplicate_keyword_arg: true
        typecheck_assignment_from_none: true
        typecheck_assignment_from_no_return: true
        string_unused_format_string_key: true
        string_truncated_format_string: true
        string_too_many_format_args: true
        string_too_few_format_args: true
        string_mixed_format_string: true
        string_missing_format_string_key: true
        string_format_needs_mapping: true
        string_constant_anomalous_unicode_escape_in_string: true
        string_constant_anomalous_backslash_in_string: true
        string_bad_str_strip_call: true
        string_bad_format_string_key: true
        string_bad_format_character: true
        open_mode_bad_open_mode: true
        newstyle_bad_super_call: true
        logging_unsupported_format: true
        imports_wildcard_import: true
        imports_relative_import: true
        imports_cyclic_import: true
        format_unnecessary_semicolon: true
        format_trailing_whitespace: true
        format_superfluous_parens: true
        format_old_ne_operator: true
        format_multiple_statements: true
        format_mixed_indentation: true
        format_missing_final_newline: true
        format_lowercase_l_suffix: true
        format_bad_whitespace: true
        format_bad_indentation:
            indentation: '4 spaces'
        format_backtick: true
        exceptions_pointless_except: true
        exceptions_catching_non_exception: true
        classes_non_iterator_returned: true
        classes_no_self_argument: true
        classes_no_method_argument: true
        classes_no_init: true
        basic_unreachable: true
        basic_yield_outside_function: true
        basic_unnecessary_pass: true
        basic_unnecessary_lambda: true
        basic_return_outside_function: true
        basic_return_in_init: true
        basic_exec_used: true
        basic_eval_used: true
        basic_assert_on_tuple: true

filter:
    excluded_paths:
        - '*/test/*'