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

replace black, isort, pylint with ruff #1069

Merged
merged 6 commits into from
May 13, 2024
Merged

replace black, isort, pylint with ruff #1069

merged 6 commits into from
May 13, 2024

Conversation

darthtrevino
Copy link
Collaborator

  • Does this PR have a descriptive title that could go in our release notes?
  • Does this PR add any new dependencies?
  • Does this PR modify any existing APIs?
    • Is the change to the API backwards compatible?
  • Have you built the documentation (reference and/or tutorial) and verified the generated documentation is appropriate?

Reference Issues/PRs

What does this implement/fix? Briefly explain your changes.

This PR replaces black and isort with Ruff, which is a rust-based formatting+linting tool. Ruff provides several implementations of common pylint checks. Currently, all of the linting rules are disabled, but we can enable them over time.

Any other comments?

@bdpedigo bdpedigo merged commit b9d7ad7 into graspologic-org:dev May 13, 2024
15 checks passed
@darthtrevino darthtrevino deleted the task/ruff branch May 13, 2024 19:29
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 this pull request may close these issues.

2 participants