add codeclimatconfig, set line length to 88
This commit is contained in:
11
.codeclimate.yml
Normal file
11
.codeclimate.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
version: "2"
|
||||||
|
checks:
|
||||||
|
method-complexity:
|
||||||
|
config:
|
||||||
|
threshold: 8
|
||||||
|
engines:
|
||||||
|
bandit:
|
||||||
|
enabled: true
|
||||||
|
checks:
|
||||||
|
assert_used:
|
||||||
|
enabled: false
|
||||||
Reference in New Issue
Block a user