[codeclimate] update config

This commit is contained in:
tobi-wan-kenobi 2020-05-25 07:33:43 +02:00
parent 6af724d1d5
commit 47177a802f

View file

@ -1,19 +1,15 @@
engines:
duplication:
enabled: true
config:
languages:
- python
version: "2"
checks:
plugins:
fixme:
enabled: true
radon:
enabled: true
ratings:
paths:
- "**.py"
config:
python_version: 3
threshold: "D"
exclude_patterns:
- tests/
versioneer.py
bumblebee_status/_version.py
setup.py
- "tests/"
- "versioneer.py"
- "bumblebee_status/_version.py"
- "setup.py"