Passed
Push — master ( 2a8b56...5a2e7d )
by Matt
02:07
created

Checkout Config

checks:
  python:
    code_rating: true
    duplicate_code: true

build:
  environment:
    python: '3.9.9'

  dependencies:
    before:
      - 'pip install pipenv'
      - 'pipenv install --dev'

  tests:
    override:
      -  py-scrutinizer-run
      -  pipenv run -- pylint -v -r y src/

Repository Config

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