emilyhorsman/socialauth

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
    duplication:
        enabled: true
        config:
            languages:
                - python
    radon:
        enabled: true
        config:
            python_version: 3
    pep8:
        enabled: true

ratings:
    paths:
        - "socialauth/**/*.py"

exclude_paths:
    - tests.py
    - docs/