normalize-syntax-rules 0.3.2

Syntax-based linting rules with tree-sitter queries
Documentation
1
2
3
4
5
# fixtures/python

Test fixtures for Python syntax rules.

Each subdirectory corresponds to one builtin Python rule and contains a `match.py` file (expected to produce findings) and a `no_match.py` file (expected to produce zero findings). Rules covered: `python/bare-except`, `python/breakpoint`, `python/module-assign`, `python/mutable-default-arg`, `python/no-star-import`, `python/print-debug`, `python/tuple-return`, `python/assert-in-non-test`, `python/use-enumerate`, `python/raise-without-from`, `python/use-with`.