Open morphogencc opened 2 years ago
In the power shell, I can enter:
python -m black <filename>
and black will run.
However, I can't what format the Atom config wants.
It isn't:
So how should I enter the path to black?
Copy the path to the black executable. If you're using a conda environment, you can type where black, and copy that path
where black
In the power shell, I can enter:
and black will run.
However, I can't what format the Atom config wants.
It isn't:
So how should I enter the path to black?