engines: eslint: enabled: true channel: eslint-4 isort: enabled: true channel: beta pep8: enabled: true pylint: enabled: true channel: beta plugins: - celery - django checks: import-error: enabled: false tslint: enabled: true config: tslint.json duplication: enabled: true config: languages: python: mass_threshold: 100 python_version: 3 exclude_patterns: - ".*" - "**/__pycache__/" - "**/migrations/" - "node_modules/" - "tests/" ratings: paths: - saleor/**