bumblebee-status/.codeclimate.yml
2020-05-25 07:38:25 +02:00

19 lines
304 B
YAML

version: "2"
plugins:
duplication:
enabled: true
config:
languages:
python:
fixme:
enabled: true
radon:
enabled: true
config:
python_version: 3
threshold: "D"
exclude_patterns:
- "tests/"
- "versioneer.py"
- "bumblebee_status/_version.py"
- "setup.py"