18 lines
260 B
YAML
18 lines
260 B
YAML
version: "2"
|
|
checks:
|
|
method-complexity:
|
|
config:
|
|
threshold: 8
|
|
argument-count:
|
|
config:
|
|
threshold: 6
|
|
file-lines:
|
|
config:
|
|
threshold: 500
|
|
engines:
|
|
bandit:
|
|
enabled: true
|
|
checks:
|
|
assert_used:
|
|
enabled: false
|