diff --git a/languages.json b/languages.json index 6afd49594..f4f2e15c2 100644 --- a/languages.json +++ b/languages.json @@ -4838,15 +4838,28 @@ "complexitychecks": [ "for ", "for(", + "while ", + "while(", "if ", "if(", - "switch ", - "while ", + "elif ", + "elif(", "else ", + "else:", + "match ", + "match(", + "try ", + "try:", + "except ", + "except(", + "finally ", + "finally:", + "with ", + "with (", "and ", + "and(", "or ", - "not ", - "in " + "or(", ], "extensions": [ "py"