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

Explore use of ruff #219

Closed
davidorme opened this issue Apr 22, 2024 · 0 comments · Fixed by #220
Closed

Explore use of ruff #219

davidorme opened this issue Apr 22, 2024 · 0 comments · Fixed by #220
Assignees

Comments

@davidorme
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

The ruff check and ruff format commands:

  • are very fast
  • replace pyupgrade, isort, flake8 and black in our pre-commit tool chain and dependencies
  • remove the need for separate setup.cfg and pyproject.toml files (mypy and pytest support pyproject.toml)
  • pydocstyle has archived with pointers to ruff.

Describe the solution you'd like

Adopt ruff in the tool chain

Describe alternatives you've considered

Keeping the existing functional toolchain - speed cost in everyday running of toolchain but no switching cost.

Additional context
Add any other context or screenshots about the feature request here.

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

Successfully merging a pull request may close this issue.

3 participants