Skip to content

Usage Page

Tarun Sharma edited this page Aug 29, 2024 · 1 revision

Usage

Learn how to use the Python Code Quality Analyzer to scan your Python code.

Running the Analyzer

  • Command:

    python main.py
  • Example:

    Run the analyzer on a specific file or directory:

    python main.py /path/to/your/code

Configuration

Modify the config.yaml file to customize the analysis settings, including which analyzers to run and report formats.

Clone this wiki locally