summaryrefslogtreecommitdiff
path: root/.codeclimate.yml
blob: e658e67859c06ca082d46c1cad9a7f44b0279edc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
engines:
  duplication:
    enabled: true
    config:
      languages:
      - python
  pep8:
    enabled: true
  radon:
    enabled: true
ratings:
  paths:
  - "**.py"
exclude_paths: