diff --git a/tasks.py b/tasks.py index 654ef51..5afac2a 100644 --- a/tasks.py +++ b/tasks.py @@ -124,6 +124,8 @@ def lint(ctx): "NormalizeAssignments:equal_sign_type=space_and_equal_sign", "--configure", "NormalizeAssignments:equal_sign_type_variables=space_and_equal_sign", + "--configure", + "InlineIf:enabled=False", "test", ] )