Hrabal/TemPy

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
  pep8:
    enabled: true
  radon: 
    enabled: true
    config: 
      python_version: 3
    config: 
      threshold: "D"
  duplication:
    enabled: true
    config:
      languages:
        python:
          python_version: 3
          mass_threshold: 32
  fixme:
    enabled: true

ratings:
  paths:
    - "**.py"
exclude_paths:
  - "tests/"
  - "docs/"
  - "examples/"
  - "benchmarks/"