Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exhaustive pyproject.toml example config section in the documentation #2487

Open
antoniouaa opened this issue Sep 9, 2021 · 0 comments
Open
Labels
T: documentation Improvements to the docs (e.g. new topic, correction, etc)

Comments

@antoniouaa
Copy link

I've been finding the need to use --experimental-string-processing for a couple of projects recently. Typing it out in the console every time is cumbersome and other people in my team might struggle to understand what the flag does, where its location in a command is, etc.

It'd be nice to be able to specify this flag in the pyproject.toml file used in the project.
The issue is that the example pyproject.toml file in the documentation does not cover how I'd use this flag, in fact there's a couple of flags black uses missing from there.

I opened this issue to ask for an exhaustive pyproject.toml example config file so we don't have to employ guesswork into how black treats flags in the tool.black section.

I asked in PyDis and was directed to open this issue.

@antoniouaa antoniouaa added the T: documentation Improvements to the docs (e.g. new topic, correction, etc) label Sep 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: documentation Improvements to the docs (e.g. new topic, correction, etc)
Projects
None yet
Development

No branches or pull requests

1 participant