### What happened? The following results in `Inconsistent type casting styles found` (`CV11`). ```sql SELECT STRING_AGG(id::text, ' ') FROM ou; ``` Config: ```ron [sqruff] dialect = postgres rules = all ``` ### Version 0.29.3 ### Checked in Playground - [x] I have checked this bug in the [playground](https://playground.quary.dev/?secondary=Format).