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

[Proposal] Move to Ruff for linting / formatting #368

Open
1 task done
chanind opened this issue Nov 10, 2024 · 1 comment
Open
1 task done

[Proposal] Move to Ruff for linting / formatting #368

chanind opened this issue Nov 10, 2024 · 1 comment

Comments

@chanind
Copy link
Collaborator

chanind commented Nov 10, 2024

Proposal

Move to Ruff for linting and formatting

This is a follow-on from discussion in #226

Motivation

Ruff combines Flake8, pylint, black, isort (and I think a few others) into a single package rewritten from scratch in Rust to be very fast. This means we can replace multiple dependencies with a single dependency, it's more flexible, and is also more performant. This seems to be where most of the Python community is heading.

This will let us enable pylint rules like suggested in #226

Checklist

  • I have checked that there is no similar issue in the repo (required)
@anthonyduong9
Copy link
Contributor

I can work on this this weekend.

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

2 participants