atom-python-black icon indicating copy to clipboard operation
atom-python-black copied to clipboard

Python Black for Atom editor

Results 17 atom-python-black issues
Sort by recently updated
recently updated
newest added

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.56.0 x64 **Electron**: 9.4.4 **OS**: Zorin OS **Thrown From**: [python-black](https://github.com/mikehoyio/atom-python-black) package 0.7.0 ### Stack Trace Uncaught Error: write EPIPE ``` At...

In the power shell, I can enter: ``` python -m black ``` and black will run. However, I can't what format the Atom config wants. It isn't: - python -m...

I'm trying to add the ` --experimental-string-processing` parameter to black when formatting. When I change the "Path to executable" to `black --experimental-string-processing` I get the same error as in #29....

Using black, 21.12b0 (installed with pip3) on Ubuntu 20.04, integrated with this atom-editor package. The package seems to be messing up working code, introducing duplicate definitions of well defined functions...

It requires a couple undo commands to recover the text. Using the latest 0.7.0 in Atom 1.32.2.

Hey, since this package is no longer maintained, I decided to create my own version, with support for autopep8, black, isort, yapf. I've added all functionalities of this package &...

Hi, I just tested Black and its usage in Atom using your plugin and I found something really weird. Attached you'll find the zip-file [controller_test_black.zip](https://github.com/mikehoyio/atom-python-black/files/3511748/controller_test_black.zip), which contains three files. The...

When I run Ctrl+Alt+C in open file, there is an error: ``` Black failed to reformat 💥 💔 💥 Usage: black [OPTIONS] [SRC]... Try "black -h" for help. Error: no...

Hey ! I'm using Atom on ubuntu 19.10, I was hoping if the following improvements could be made, - support for [magicpython](https://atom.io/packages/magicpython) - If the file is renamed to have...

`python-black` only formats when the language is `source.python`, but I have `django-atom` installed, which adds `source.python.django` as a grammar/language, and opening Python files often defaults to that instead. Could `source.python.django`...