Passed
Pull Request — master (#7)
by Matt
01:24
created

Checkout Config

checks:
        python:
                code_rating: true
                duplicate_code: true

build:
        tests:
                override:
                        -  pylint-run src/

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
tools:
    pylint:
        python_version: '3'
        config_file: pylintrc
filter:
    excluded_paths:
        - '*/test/*'