16 lines
194 B
YAML
16 lines
194 B
YAML
|
engines:
|
||
|
duplication:
|
||
|
enabled: true
|
||
|
config:
|
||
|
languages:
|
||
|
- python
|
||
|
fixme:
|
||
|
enabled: true
|
||
|
radon:
|
||
|
enabled: true
|
||
|
ratings:
|
||
|
paths:
|
||
|
- "**.py"
|
||
|
exclude_paths:
|
||
|
- tests/
|