malvin 0.2.5

Non-interactive research and coding agent
# Generated by kiss mimic
# Thresholds based on max values of analyzed codebase

[gate]
test_coverage_threshold = 60
min_similarity = 0.9
duplication_enabled = true
orphan_module_enabled = false

[python]
statements_per_function = 35
positional_args = 3
keyword_only_args = 3
max_indentation = 4
branches_per_function = 9
local_variables = 15
methods_per_class = 10
nested_function_depth = 2
returns_per_function = 5
statements_per_file = 200
lines_per_file = 300
functions_per_file = 10
interface_types_per_file = 1
concrete_types_per_file = 1
imported_names_per_file = 30
indirect_dependencies = 10
dependency_depth = 3
statements_per_try_block = 3
boolean_parameters = 1
decorators_per_function = 5
calls_per_function = 20
cycle_size = 0

[rust]
statements_per_function = 8
arguments = 3
max_indentation = 1
nested_function_depth = 1
returns_per_function = 0
branches_per_function = 1
local_variables = 4
boolean_parameters = 1
attributes_per_function = 0
calls_per_function = 19
methods_per_class = 4
statements_per_file = 24
lines_per_file = 142
functions_per_file = 4
interface_types_per_file = 0
concrete_types_per_file = 1
imported_names_per_file = 6
cycle_size = 0
indirect_dependencies = 0
dependency_depth = 0