Open Issues Need Help
View All on GitHub Switch from Flake8/isort/Black to Ruff for linting and formatting about 2 months ago
AI Summary: This task involves migrating a Python project's linting and formatting from Flake8/isort/Black to Ruff. This includes updating the `pyproject.toml` and `.pre-commit-config.yaml` files, removing redundant configurations, running pre-commit hooks, and creating an ignore list for specific Ruff rules within `pyproject.toml`. The process will be split into multiple pull requests, addressing related rule sets sequentially.
Complexity:
3/5
enhancement good first issue