sotopia-lab / sotopia

Sotopia: an Open-ended Social Learning Environment (ICLR 2024 spotlight)
https://docs.sotopia.world
MIT License
148 stars 19 forks source link

Use Ruff as the formatter #41

Closed ProKil closed 5 months ago

ProKil commented 6 months ago

Ruff is an extremely fast linter and formatter for python in place of the isort and black (respectively) that we used before. It also has an extension in vscode that does linting and formatting blazingly fast. Please merge this PR.

📑 Description

✅ Checks

ℹ Additional Information