20 lines
282 B
YAML
20 lines
282 B
YAML
---
|
|
engines:
|
|
duplication:
|
|
enabled: true
|
|
config:
|
|
languages:
|
|
python:
|
|
python_version: 3
|
|
mass_threshold: 64
|
|
fixme:
|
|
enabled: true
|
|
radon:
|
|
enabled: true
|
|
pep8:
|
|
enabled: true
|
|
ratings:
|
|
paths:
|
|
- "**.py"
|
|
exclude_paths:
|
|
- tests/
|