Jakub Lański
Jakub Lański
@ichard26 any chance to push it forward?
Just use `# fmt: off` and `# fmt: on` to disable formatting for given code block. Fitting to the single line if possible imho definitely should remain a standard approach.
@Peilonrayz You simply can't. Black is about compromises driven by the will of the majority / maintainers, not about fitting needs of each individual. You have a different definition of...
So please mention people who have your blessing to answer the questions if you don't want to get them from the community - no need to waste time then.
I also find it pretty problematic in a monorepo setup: - pre-commit hook doesn't work as you can expect unless you provide `--config` flag explicitly, which can be really confusing...
@Shivansh-007 I did a quick test with `isort` - if there's intermediate `pyproject.toml`, but there's no `isort` section there - it searches further and finally pick up the config from...
@Shivansh-007 any updates? We have already centralised almost all the configs in our monorepo, but `black` is still a problem 😕
Also my proposal of the potential solution - if we allow the following syntax: `- some_dir | flat` or `- ... | flat | some_dir` we would be able to...
@lukasgeiter I know, but actually that comment, and especially point 2), reflects my requirements better than original one 😉 (e.g. I mentioned then that I use `- ... | projects/**/*`...
Just one more comment for the full context - to achieve the result mentioned in point 1) with current capabilities, we need to do this: ```yaml nav: - Home: README.md...