Replace black and isort with ruff#623
Draft
sandhose wants to merge 2 commits into
Draft
Conversation
This was referenced Apr 4, 2026
42b2ec4 to
e6213ed
Compare
9f46fb3 to
93ff7d4
Compare
7c18f79 to
dd812d7
Compare
d889486 to
2c0a8b8
Compare
1350076 to
d6e714a
Compare
56d452c to
d978b11
Compare
436907b to
b1ce351
Compare
249e5ad to
6ecb941
Compare
b1ce351 to
0bf6007
Compare
6ecb941 to
d565677
Compare
da23d85 to
ef4d7f5
Compare
a08a2e3 to
78dd15d
Compare
21ebdb7 to
effd527
Compare
78dd15d to
f21e502
Compare
effd527 to
39d1b90
Compare
f21e502 to
a72e121
Compare
39d1b90 to
4ca2559
Compare
a72e121 to
34528db
Compare
5f38d9a to
e1be6ca
Compare
0ff5bd7 to
5766a4e
Compare
e1be6ca to
5b9abdb
Compare
5b9abdb to
d53e002
Compare
5766a4e to
7ff4744
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
black(formatter) andisort(import sorter) withruff formatandruff check --select Iscripts-dev/lint.shfor ruffruff checkandruff format --check(coveringsydent/,tests/,stubs/,integration-tests/)Test plan
uv run ruff check sydent/ tests/ stubs/ integration-tests/passesuv run ruff format --check sydent/ tests/ stubs/ integration-tests/passes