fixit
Package — Code QualityPython 3.7+Intermediate
Meta's auto-fix linting framework with CST-based rules
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- libcst, trailrunner, click
- Install
pip install fixit
Learn by Difficulty
Quick Example
python
# Install: pip install fixit import fixit # Basic fixit usage print(f"Using fixit") # See documentation for detailed examples
fixit is a third-party package. Meta's auto-fix linting framework with CST-based rules. Install with: pip install fixit
Try in PlaygroundTags
packagecode-qualitylintingformatting