Completed
Push — dev-4.1 ( 77a456...3cf8c0 )
by Felipe A.
01:16
created

Checkout Config

checks:
    python:
        code_rating: true
        duplicate_code: true
filter:
    excluded_paths:
        - "*/tests.py"
        - "*/tests/*"

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
filter:
    excluded_paths:
        - "*/test*.py"