checks:
python:
code_rating: true
duplicate_code: true
build:
environment:
python:
version: 3.7.7
nodes:
analysis:
project_setup:
override:
- 'true'
tests:
override:
- py-scrutinizer-run
tests: true
filter:
excluded_paths:
- '*/test/*'
- '*/build/lib/*'
dependency_paths:
- 'lib/*'