-
Notifications
You must be signed in to change notification settings - Fork 33
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
Blacken not finding pyproject.toml over TRAMP #51
Comments
What's the value of |
It's I think this is related to TRAMP. I cloned the same repository locally and on my server, and the behavior only happens when using |
Makes sense. Thanks |
Yea, I did a quick test executing That being said, I think I'll check out |
I'm working on a project that has this in the
pyproject.toml
:black
says that nothing needs to be reformatted:But when I have
blacken-mode
running, lines longer than 100 are reformatted on save. I have to setblacken-line-length
to 100 to get the desired behavior. Why doesn'tblack
use the configured line length when it's run throughblacken-mode
?If it makes a difference, this is over TRAMP.
The text was updated successfully, but these errors were encountered: