engines:
duplication:
enabled: true
config:
languages:
- python
fixme:
radon:
ratings:
paths:
- "**.py"
exclude_paths:
- tests/
- thirdparty/