Completed
Push — master ( 8df3e2...c414ba )
by Ducatel
01:15
created

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
        variables_used_before_assignment: true
        variables_unused_variable: true
        variables_unused_import: true
        variables_unused_argument: true
        variables_undefined_variable: true
        variables_redefined_outer_name: true
        typecheck_unexpected_keyword_arg: true
        typecheck_not_callable: true
        typecheck_missing_kwoa: true
        typecheck_assignment_from_no_return: true
        open_mode_bad_open_mode: true
        imports_deprecated_module: true
        format_old_ne_operator: true
        format_mixed_indentation: true
        format_missing_final_newline: true
        format_bad_indentation:
            indentation: '4 spaces'
        format_backtick: true
        classes_super_init_not_called: true
        classes_no_self_use: true
        classes_no_self_argument: true

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