Repository Config
checks:
python:
code_rating: true
duplicate_code: true
build:
environment:
python: 3.7.1
nodes:
analysis:
dependencies:
before:
- pip install 'jaconv==0.2.4'
- pip install 'Janome==0.3.9'
- pip install 'pyttsx3==2.71'
- pip install 'wikipedia-api==0.5.4'
- pip install 'Pillow==7.2.0'
- pip install 'requests==2.24.0'
project_setup:
override:
- 'true'
tests:
override:
- py-scrutinizer-run
-
command: pylint-run
use_website_config: true
tests: true
filter:
excluded_paths:
- '*/test/*'
dependency_paths:
- 'lib/*'