openai / evals

Evals is a framework for evaluating LLMs and LLM systems, and an open-source registry of benchmarks.
Other
14.95k stars 2.6k forks source link

Update Autoflake to Ruff for faster pre-commit #347

Open imjuanleonard opened 1 year ago

imjuanleonard commented 1 year ago

PyCQA started using ruff since it is much faster than normal flake8/autoflake.

https://github.com/PyCQA/pylint/pull/8372/files

Some of the major library like pandas already moved as well

If interested i can raise a PR

ricky-sb commented 1 year ago

+1 - we can also replace isort with it. It's also significantly faster! 🚀