huggingface / datasets

🤗 The largest hub of ready-to-use datasets for ML models with fast, easy-to-use and efficient data manipulation tools

Home Page:https://huggingface.co/docs/datasets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Import sorting is disabled by flake8 noqa directive after switching to ruff linter

albertvillanova opened this issue · comments

When we switched to ruff linter in PR:

import sorting was disabled in all files containing the # flake8: noqa directive

We should re-enable import sorting on those files.