dirtycoder/pets

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
  pep8:
    enabled: true
ratings:
   paths:
     - "**.py"
exclude_paths:
- "**/functional_tests/*"
- "**/migrations/*"
- "**/test.py"
- "**/tests/*"