checks: python: code_rating: true duplicate_code: true build: dependencies: override: - "pip install -r requirements.txt" - "pip install ." - "pip install pytest" nodes: analysis: tests: override: - py-scrutinizer-run - command: pylint-run use_website_config: true coverage: tests: override: - command: 'pytest' filter: excluded_paths: - '*/docs/*' - '*/tests/*'
checks: python: code_rating: true duplicate_code: true build: dependencies: override: - "pip install -r requirements.txt" - "pip install ." - "pip install pytest" nodes: analysis: tests: override: - py-scrutinizer-run - command: pylint-run use_website_config: true coverage: tests: override: - command: 'pytest' filter: excluded_paths: - '*/docs/*' - '*/tests/*'