gunthercox/ChatterBot

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
  pep8:
    enabled: true
ratings:
  paths:
  - "**.py"
exclude_paths:
- tests/*
- examples/*
- chatterbot/ext/django_chatterbot/migrations/*