Black integration for Atom.
apm install atom-black
Blacken
from the command palette to blacken your currently open Python code (or use the default cmd+alt+b
shortcut).Toggle Blacken on Save
from the command palette to switch on or off automatically running Black when you save Python code.Blacken on Save
is on or off by default.Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.