.codeclimate.yml

Summary

Maintainability
Test Coverage
---
engines:
  fixme:
    enabled: true
  radon:
    enabled: true
    config:
      threshold: C
  duplication:
    enabled: true
    config:
      languages:
        python:
          count_threshold: 3
ratings:
  paths:
  - "**.py"
exclude_paths:
- dist/
- tests/
- docs/
- versioneer.py
- "*/_version.py"