Passed
Push — main ( 7b1e25...2a16e1 )
by Jochen
02:27
created

Checkout Config

build:
  environment:
    python: 3.11.2
  dependencies:
    override:
      - "pip install -r requirements/core.txt -r requirements/test.txt"
  nodes:
    analysis:
      tests:
        override:
          - js-scrutinizer-run
          - py-scrutinizer-run

filter:
  paths:
    - "byceps/"
  excluded_paths:
    - "byceps/static/behavior/vendor/"

tools:
  python_analyzer:
    config:
      duplication_detector:
        enabled: false

Repository Config

# language: python
checks:
    python: {  }
build:
    nodes:
        analysis:
            tests:
                override:
                    - js-scrutinizer-run
                    - py-scrutinizer-run
                    -
                        command: pylint-run
                        use_website_config: true