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

style: format with Ruff #158

Merged
merged 4 commits into from
Jun 21, 2024
Merged

style: format with Ruff #158

merged 4 commits into from
Jun 21, 2024

Conversation

jsstevenson
Copy link
Contributor

@jsstevenson jsstevenson commented Jun 5, 2024

Per an earlier discussion, this implements just the format half of ruff, removing black. Because ruff handles things like isort on the lint side, this PR doesn't address that yet.

@jsstevenson jsstevenson marked this pull request as ready for review June 18, 2024 11:53
@jsstevenson jsstevenson requested a review from a team as a code owner June 18, 2024 11:53
pyproject.toml Outdated
@@ -133,3 +130,7 @@ disable = "R0913"

[tool.pylint.format]
max-line-length = 100

[tool.ruff]
src = ["src", "test"]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
src = ["src", "test"]
src = ["src", "tests"]

@jsstevenson jsstevenson requested a review from korikuzma June 21, 2024 12:58
@jsstevenson jsstevenson merged commit 7c35332 into main Jun 21, 2024
8 checks passed
@jsstevenson jsstevenson deleted the ruff-format branch June 21, 2024 13:52
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