Fix < / > in rule patterns — Python's re treats < and > as literal characters since they're unrecognized escapes. fancy-regex interprets them as word boundary assertions, causing rules to silently ...
Pyrefly is a type checker and language server for Python, which provides lightning-fast type checking along with IDE features such as code navigation, semantic highlighting, and code completion. It is ...