Shivansh-007
Shivansh-007
Question: Should the config be overwritten if it is passed through the CLI option `--config`? The `config = "black.toml` would be found in that file (which is passed through the...
There are two ways configs are loaded, (1) they are passed by the user through `--config` flag and (2) the `pyproject.toml` is found in the `src`. So currently when we...
Yeah, I am on discord also (`Jason Terror#XXXX`) but currently, off from it until my exams ended, I have a break between the next ones till the 17th so opened...
By chaining do you mean you can specify `config` in the custom black config file you got from `pyproject.toml`, and so on (allowing to specify `config` in that config file...)?
Yeah sure @ichard26, sorry have been busy with school, let me know if something about my code is unclear.
I agree with what @felix-hilden had posted on the PR > A good middle ground could be using a definition of "complex" like in our power hugging endeavour. It's not...
Hey 👋🏻, Firstly, according to me none of your linked relevant issues is really relevant to this, so that could be edited way. Secondly, yeah for now #2525 (PR for...
Just looked at how `isort` handles config, and I really like the whole config component. It's somewhat similar to what I proposed above in the first solution, not sure how...
This issue seems related to #2598 (just came across it)
Yeah, that PR is expected to merge sometime soon, it is waiting for @ichard26's review, which would probably be small changes if not an approval. Yeah thanks for looking into...