Passed
Push — main ( 65db9a...b7b470 )
by Osma
03:28
created

Checkout Config

checks:
  python:
    code_rating: true
    duplicate_code: true
build:
  environment:
    python: 3.12
  dependencies:
    override:
     - pip install .[dev]
  tests:
    override:
     - py-scrutinizer-run

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
build:
    nodes:
        analysis:
            tests:
                override:
                    -
                        command: pylint-run
                        use_website_config: true
            environment:
                node:
                    version: 6.0.0
        tests: true
filter:
    excluded_paths:
        - 'tests/*'