vim-syntastic / syntastic

Syntax checking hacks for vim
Do What The F*ck You Want To Public License
11.3k stars 1.14k forks source link

Feature Request: Python Black Support #2312

Closed hexcowboy closed 4 years ago

hexcowboy commented 4 years ago

Consider adding support for Black.

lcd047 commented 4 years ago

This isn't suitable for syntastic. Black is a code formatter, and syntastic assumes the linters it runs don't change the files under its feet. Also syntastic is essentially dead, you might want to look at ALE instead.

Sorry, but no.