https://github.com/byceps/byceps
Raw File
Tip revision: d0a955d882c6ccd0876be578740c9350fe687cf1 authored by Jochen Kupperschmidt on 04 March 2024, 01:37:12 UTC
Use `.card` for news teasers
Tip revision: d0a955d
.scrutinizer.yml
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
back to top