normalize-syntax-rules 0.3.2

Syntax-based linting rules with tree-sitter queries
Documentation
1
2
3
# python/use-with fixture

Fixture files for the `python/use-with` syntax rule test. `match.py` assigns the result of `open()` directly to a variable (bare open); `no_match.py` uses `with open(...)` context managers and calls to non-`open` functions which are not flagged.