Completed
Branch master (0a6e76)
by Fox
01:05
created

Checkout Config

checks:
    python:
        code_rating: true
        duplicate_code: true
        variables_used_before_assignment: true

filter:
    excluded_paths:
        - '*/tests.py'
        - '*/tests/*'

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
        variables_used_before_assignment: true

filter:
    excluded_paths:
        - '*/tests.py'
        - '*/tests/*'