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

Switch to using ruff for Python linting and code formatting #335

Open
amontanez24 opened this issue Feb 26, 2024 · 0 comments
Open

Switch to using ruff for Python linting and code formatting #335

amontanez24 opened this issue Feb 26, 2024 · 0 comments
Labels
internal The issue doesn't change the API or functionality maintenance Tasks related to infrastructure & dependencies

Comments

@amontanez24
Copy link
Contributor

Problem Description

  • We currently use isort, flake8, and pydocstyle for managing out python linting and code formatting.
  • However, many libraries have switched to using ruff. It is a much faster linter/formatter and can replace the isort/flake8/pydocstyle libraries (among others)

Expected behavior

  • Use ruff as the standard linter/formatter
@amontanez24 amontanez24 added internal The issue doesn't change the API or functionality maintenance Tasks related to infrastructure & dependencies labels Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal The issue doesn't change the API or functionality maintenance Tasks related to infrastructure & dependencies
Projects
None yet
Development

No branches or pull requests

1 participant