pinterest / arcanist-linters

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

Fix black version parsing #48

Closed jparise closed 4 years ago

jparise commented 4 years ago

Read the version string from STDOUT (not STDERR). Also, there's no need to persist the parsed version string as an instance variable.