pinterest / arcanist-linters

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

Support more variants of Black's version string #88

Closed jparise closed 2 years ago

jparise commented 2 years ago

Black currently reports its version string like:

black, 22.1.0 (compiled: yes)

... but it previously reported version strings like:

black, version 21.5b2

Use a more flexible regular expression that matches both.