Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Switch to ruff for linting and formatting #37

Open
HomerusJa opened this issue Oct 24, 2024 · 0 comments
Open

[Feature Request] Switch to ruff for linting and formatting #37

HomerusJa opened this issue Oct 24, 2024 · 0 comments

Comments

@HomerusJa
Copy link

I would suggest to go from formatting with Isort and Black to formatting with Ruff. Why? Following some reasons why to use Ruff:

  • Speed: 10-100x faster than traditional linters.
  • Consolidation: Replaces multiple tools (e.g., Flake8, isort) in one package.
  • Feature Parity: Offers a wide range of checks for style and security.
  • Configurability: Easy setup via pyproject.toml.
  • Community Adoption: Increasingly used by popular projects (FastAPI, Pandas etc.)

The integration shouldn’t be that difficult, as there are already official pre-commit hooks.

I would be happy working on this issue, if someone could add the hacktoberfest label to this project (-:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant