Passed
Pull Request — master (#273)
by
unknown
10:22
created

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
        classes_valid_slots: true

build:
    environment:
        python: 3.7
    nodes:
        analysis:
            tests:
                before:
                    - 'pip install cython'
                    - 'pip install -r requirements.txt'
                    - 'pip install -r requirements-test.txt'
                override:
                    -
                        command: pylint-run
                        idle_timeout: 600
                        use_website_config: true
                    - py-scrutinizer-run

filter:
    excluded_paths:
        - 'tests/*'
    dependency_paths:
        - 'lib/*'