Skip to content

Conversation

@jgbradley1
Copy link
Contributor

@jgbradley1 jgbradley1 commented Nov 19, 2025

This PR updates the following files:

  • pyproject.toml
  • .pre-commit-config.yaml
  • .github/workflows/tests.yml
  • uv.lock

by removing the use of autoflake, flake8, and black. These tools are replaced with the use of Ruff instead. All other file changes are a result of executing ruff check --fix and ruff format on the repo.

@gasvn
Copy link
Member

gasvn commented Nov 23, 2025

Hi @jgbradley1, thank you so much for your contribution! To make the changes easier to track and review, could you please only modify the formatting-related code and avoid running the full code formatter in this commit? We can run the formatting after the code is merged.

@jgbradley1
Copy link
Contributor Author

@gasvn I've opened a second PR and copied over just the formatting-related code without actually running the formatter.

@gasvn
Copy link
Member

gasvn commented Nov 25, 2025

That PR has been merged! Thank you!

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