Hey there! I've set up my .stylua.toml file with call_parentheses = "NoSingleString" as I like to have my require statements not being wrapped in parenthesis. However I do also have some methods that just accept a single string, for which the parentheses also get removed now. Is there a way to restrict this to just require statements? If not, I want to suggest adding this if that's possible.