Files
hacs_integration/.codeclimate.yml
Joakim Sørensen a45f36dcde Update development environment (#3060)
* Update development environment

* lint
2023-02-11 11:24:00 +01:00

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/