pinterest / arcanist-linters

A collection of custom Arcanist linters
Apache License 2.0
63 stars 45 forks source link

Teach the Black linter to produce autofix patches #35

Closed jparise closed 4 years ago

jparise commented 4 years ago

This revises the Black linter to run in --diff mode and produce autofix-compatible patches.

The temporary Python version check and skipping logic has also been removed.