Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.codeclimate.yml - github.com/icoz/habraparse.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2bab7e9ae65102c8fdcbe13cd084f82b7b2cd57c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
engines:
  duplication:
    enabled: true
    config:
      languages:
      - python
  fixme:
    enabled: true
  radon:
    enabled: true
ratings:
  paths:
  - "**.py"
  - "*/*.py"
exclude_paths: []