add codeclimatconfig, set line length to 88

This commit is contained in:
collerek
2021-01-29 15:45:51 +01:00
parent 84d67f4745
commit f09355c5d8
2 changed files with 15 additions and 1 deletions

11
.codeclimate.yml Normal file
View File

@ -0,0 +1,11 @@
version: "2"
checks:
method-complexity:
config:
threshold: 8
engines:
bandit:
enabled: true
checks:
assert_used:
enabled: false

View File

@ -1,2 +1,5 @@
[metadata] [metadata]
description-file = README.md description-file = README.md
[pep8]
max-line-length = 88