Pydev icon indicating copy to clipboard operation
Pydev copied to clipboard

Black pyi files

Open Zeckie opened this issue 4 years ago • 0 comments

Black usually formats pyi files (stubs) differently to how it formats py files. However, due to the way Pydev calls Black, it currently treats both file formats the same.

Update to pass the --pyi switch to Black when formatting a pyi file.

#Hacktoberfest

Zeckie avatar Oct 18 '20 10:10 Zeckie