mirror of
https://github.com/hacs/integration.git
synced 2025-07-20 18:20:50 +00:00
18 lines
228 B
YAML
18 lines
228 B
YAML
---
|
|
engines:
|
|
duplication:
|
|
enabled: true
|
|
config:
|
|
languages:
|
|
- python
|
|
fixme:
|
|
enabled: true
|
|
radon:
|
|
enabled: true
|
|
ratings:
|
|
paths:
|
|
- "**.py"
|
|
exclude_paths:
|
|
- tests/
|
|
- action/
|
|
- scripts/ |