Top "Python-black" questions

Black is the uncompromising Python code formatter.

VS Code Python + Black formatter arguments - python.formatting.blackArgs

I'm using the May 2018 Python extension (released June 2018) for VS Code 1.23.1 on Windows, python 3.6 via Anaconda, conda installing black from …

python visual-studio-code python-black
Formatter black is not working on my VSCode...but why?

I have started using Python and Django and I am very new in this field. And this is my first …

python visual-studio-code python-black
Black does not support "Format Selection" command - VS Code error

I need to indent my python file in Vs Code. I followed the normal procedure, On Windows Shift + Alt + F …

python visual-studio-code formatting vscode-settings python-black
Black formatter - Ignore specific multi-line code

I would like to ignore a specific multi-line code by black python formatter. Particularly, this is used for np.array …

python code-formatting python-black
Black --exclude argument not excluding desired file(s)

Let's say I have the following python file exclude_from_black.py in the root of my project: print('I …

regex python-black
Python black formatter for vscode not formatting

I'm trying to use black as a formatter for Python on VS Code on Ubuntu 20.04 but it's not working on …

visual-studio-code python-black