Passed
Push — main ( 350561...5193d8 )
by Guy
01:17
created

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
build:
    environment:
        python: 3.12
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - command: pip install setuptools
                    - py-scrutinizer-run
                    -
                        command: pylint-run
                        use_website_config: true
        # coverage:
        #     tests:
        #         override:
        #             - command: 'pytest'
        #               coverage:
        #                 file: '.coverage'
        #                 config_file: '.coveragerc'
        #                 format: 'py-cc'
filter:
    excluded_paths:
        - '*/tests/*'
    dependency_paths:
        - 'lib/*'