normalize-syntax-rules 0.3.2

Syntax-based linting rules with tree-sitter queries
Documentation
1
2
3
# fixtures/python/no-star-import

Test fixtures for the `python/no-star-import` rule. `match.py` contains wildcard imports (`from x import *`) that should trigger the rule. `no_match.py` contains explicit imports and regular import statements that should not trigger.