Skip to content

Latest commit

 

History

History
 
 

README.md

HiveHive Backend API

🔍 Linting Commands

Check for issues (no changes)

ruff check .

Auto-fix lint issues and sort imports

ruff check . --fix

Format code (consistent style)

ruff format .