djangocms_blog/.codeclimate.yml

10 lines
173 B
YAML

languages:
Ruby: false
JavaScript: false
PHP: false
Python: true
exclude_paths:
- "djangocms_blog/migrations/*"
- "djangocms_blog/south_migrations/*"
- "tests/*"