atom-python-yapf
atom-python-yapf copied to clipboard
doesn't work at all
This used to work all the time and I really enjoyed it, but for some reason it doesn't work anymore. is there anything I can do to debug?
To add a bit of information to this issue which is also impacting me:
Atom:
$ atom --version
Atom : 1.28.0
Electron: 2.0.3
Chrome : 61.0.3163.100
Node : 8.9.3
python-yapf:
$ apm list -i |grep -i python-yapf
├── [email protected]
Python:
$ python --version
Python 3.7.0
OS X:
$ system_profiler SPSoftwareDataType|grep macOS | xargs
System Version: macOS 10.13.5 (17F77)
Yapf keeps on displaying a red cross in the status bar at the bottom, and does not check nor format anything anymore:

I apologize, this repo is VERY low on my priority list as I myself have moved to vscode, which Microsoft maintains a python plugin for that is great and includes support for yapf and others.
Microsoft also bought Github so I think that Atom might get folded into vscode at some point?
This was my first Atom plugin and it holds a special spot in my FOSS ❤️, but I don't know that it makes too much sense to update it as there is also a plugin for Atom atom-beautify that does yapf 😞
No problem! Thank you for your quick answer. Following your remark, I installed atom-beautify and removed python-yapf.
Thanks a lot for your work on this plugin!