Closed
Description
pre-commit 2.9 adds support for types_or, which would help clear up some of the less readable regexes like \.(py|pyx|rst)$
, replacing them with types_or: [python, cython, rst]
pre-commit 2.9 adds support for types_or, which would help clear up some of the less readable regexes like \.(py|pyx|rst)$
, replacing them with types_or: [python, cython, rst]