FussyFox / fussyfox.github.io

A real-time code linting platform for GitHub
https://fussyfox.github.io
5 stars 1 forks source link

Request black #1

Closed atugushev closed 5 years ago

atugushev commented 5 years ago

Would be nice to have black checker.

atugushev commented 5 years ago

Oh, i see there is a repo for black already in the org. Hope to see it working soon.

codingjoe commented 5 years ago

Hi @atugushev yes, that would be great. Sadly black so opinionated, that they only support systems with multiprocessing support. On AWS, you can't create new child processes.

Feel free to reach out to the black team and let them know that you want FussyFox support.

Seealso https://github.com/FussyFox/black/issues/5

Best Joe