shairubin / fun_with_ast

let's have fun manipulating ASTs in Python
Apache License 2.0
0 stars 1 forks source link

fails to match #297

Closed shairubin closed 1 month ago

shairubin commented 1 month ago

LINTER_CODE = "BAZEL_LINTER" SHA256_REGEX = re.compile(r"\ssha256\s=\s'\"['\"]\s,") DOMAINS_WITH_UNSTABLE_CHECKSUM = {"github.com"}