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