chore: apply ruff auto-fixes and remove dead AST scripts
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
"""Scan all .py files for missing type hints. Writes scan_report.txt."""
|
||||
import ast, os
|
||||
import ast
|
||||
import os
|
||||
|
||||
SKIP: set[str] = {'.git', '__pycache__', '.venv', 'venv', 'node_modules', '.claude', '.gemini'}
|
||||
BASE: str = os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))
|
||||
|
||||
Reference in New Issue
Block a user