Borodin Gregory
Borodin Gregory
**Describe the bug** Imagine I have `black` and `isort` configured, and I set`[fmt].only = "black"`. With this setup I expect `pants fix ::` to only run `black`, but this is...
1. What version of Python are you using? ``` Python 3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0] ``` 2. What operating system and processor architecture are you using? ```...
### Search before asking - [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### What Happened I have this query: ```sql select items.item_id, sum(o.total) as total from orders...