rules:
  - id: pdb-remove
    pattern-either:
      - pattern: pdb.$X(...)
      - pattern: pdb.Pdb.$X(...)
    message: >-
      pdb is an interactive debugging tool and you may have forgotten to remove it before
      committing your code
    languages: [python]
    severity: WARNING
    metadata:
      category: correctness
      technology:
        - python
