Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 288 Bytes

File metadata and controls

30 lines (27 loc) · 288 Bytes

Developer Guide

All in one

pyright && ruff check && pytest test.py

Typecheck

pyright

Lint

ruff check

Test

pytest test.py

Install and Run

Install first

pip install -e .

Run

fixelf [filepath_or_command]