# Generated by kiss mimic
# Thresholds based on max values of analyzed codebase
[gate]
test_coverage_threshold = 0
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 = 31
arguments = 6
max_indentation = 3
nested_function_depth = 2
returns_per_function = 4
branches_per_function = 6
local_variables = 15
boolean_parameters = 1
attributes_per_function = 1
calls_per_function = 50
statements_per_file = 62
lines_per_file = 252
functions_per_file = 11
interface_types_per_file = 0
concrete_types_per_file = 3
imported_names_per_file = 22
cycle_size = 0
indirect_dependencies = 0
dependency_depth = 1