Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 341 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 341 Bytes

Medusa

Performs AST traversal to catch non-critical improvements for your Vyper code:

  1. Unused local variables
  2. Unused function parameters

Installation

pip install git+https://github.com/tserg/medusa.git

Usage

medusa analyse FILENAME.vy --print-output

Testing

pytest

Contributing

Feel free!