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

Use Ruff linter and formatter #11

Open
lucabenvenuto opened this issue Nov 14, 2023 · 0 comments · May be fixed by #16
Open

Use Ruff linter and formatter #11

lucabenvenuto opened this issue Nov 14, 2023 · 0 comments · May be fixed by #16
Assignees

Comments

@lucabenvenuto
Copy link
Contributor

Currently, the project uses all of the following tools to run linting and formatting:

  • Pycln
  • isort
  • flake8
  • mypy
  • black

This issue proposes researching the usage of Ruff, which is a linter and formatter for Python, written in Rust, that aims to be a drop-in replacement for those existing tools, while claiming to be 10-100x faster.

Ruff benchmark against other tools

@lucabenvenuto lucabenvenuto linked a pull request Jul 30, 2024 that will close this issue
3 tasks
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

Successfully merging a pull request may close this issue.

3 participants