Skip to content

Commit 7768582

Browse files
Junyi-99claude
andcommitted
fix: add module docstring to main.py to satisfy pylint CI
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 069272a commit 7768582

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""Entry point that delegates to the scanner package under src/."""
2+
13
import runpy
24
import sys
35
from pathlib import Path

0 commit comments

Comments
 (0)