sublack icon indicating copy to clipboard operation
sublack copied to clipboard

Black integration in SublimeText

Results 10 sublack issues
Sort by recently updated
recently updated
newest added

I have made a number of changes to make this plugin compatible with Sublime Text 4: - Blackd server now starts up in a cleanly in a background thread without...

I get this error when running sublack. (MacOS 10.15.7, SublimeText 3.2.2) ``` OSError: [Errno 2] No such file or directory: 'black' You may need to install Black and/or configure 'black_command'...

I've install `black` within my `conda` environment called `py3`. My project is set to use this interpreter: ``` "settings": { "python_interpreter": "/home/gabriel/miniconda3/envs/py3/bin/python", }, ``` but when I try to apply...

I have a blackd service running behind https (i.e. https://blackd.com). Currently sublack uses http only. It'd be nice to have a config (i.e. `black_blackd_https=True`) for https here: https://github.com/jgirardet/sublack/blob/master/sublack/blacker.py#L106 Thank you!

Sublime Text provides some placeholders such as `project_path` that can be used in configuration. To configure Sublack currently, this must be hard-coded: ```json { "black_command": "/path/to/my/venv/bin/black" } ``` As each...

Operating system: macOS Python version: 3.6 Black version: black, version 18.4a4 Sublime Text version: 3.0 build 3170 Sulbime Console output on save: ``` [SUBLACK] Black did not run succesfully: Traceback...

help wanted

Hi, right now sublack doesn't work anymore. For example, I have a python file containing only `print( "a" )` In this case, black should remove the additional whitespaces. However sublime...

Don't ignore **black_on_save**, if it is provided as a subsetting. Fixes jgirardet/sublack#68.

While the documentation claims that **black_on_save** can be provided as a subsetting, the option is being ignored if used that way. In other words this has no effect: ``` {...

The sublack menu's should only be visible when inside a python/python3 file.

good first issue