.codeclimate.yml

Summary

Maintainability
Test Coverage
plugins:
  bandit:
    enabled: true
  radon:
    enabled: true
  sonar-python:
    enabled: true
    config:
      tests_patterns:
        - tests/**