You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thetool.black
section.I asked in PyDis and was directed to open this issue.
The text was updated successfully, but these errors were encountered: