-
Notifications
You must be signed in to change notification settings - Fork 1
Usage Page
Tarun Sharma edited this page Aug 29, 2024
·
1 revision
Learn how to use the Python Code Quality Analyzer to scan your Python code.
-
Command:
python main.py
-
Example:
Run the analyzer on a specific file or directory:
python main.py /path/to/your/code
Modify the config.yaml file to customize the analysis settings, including which analyzers to run and report formats.