Passed
Push — main ( e316b5...257f37 )
by Bartosz
01:09
created

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
build:
    environment:
        python:
            version: 3.7.7
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                - py-scrutinizer-run
    tests: true
    
filter:
    excluded_paths:
        - '*/test/*'
        - '*/build/lib/*'
    dependency_paths:
        - 'lib/*'