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
First of all thanks so much for creating and supporting elpy! I use it for many years, and it's beautiful!
As a small issue, I have seen that elpy-black-fix-code does not use the pytoml config file located in the same folder
when it formats a code after autosave. (In particular the line length limit defined there is not respected).
Running black . in the terminal works just fine and uses the config file.
Steps to reproduce
Download black in mac
Add the snippet in init.el for elpy-black-fix-code (pasted below)
Summary
First of all thanks so much for creating and supporting elpy! I use it for many years, and it's beautiful!
As a small issue, I have seen that elpy-black-fix-code does not use the pytoml config file located in the same folder
when it formats a code after autosave. (In particular the line length limit defined there is not respected).
Running
black .
in the terminal works just fine and uses the config file.Steps to reproduce
My configuration
I'm using macOS 13.4.1, emacs 28.2, black 23.7.0
Result of
(elpy-config)
Elpy configuration in my init.el
Elpy related config in my init file:
The text was updated successfully, but these errors were encountered: