Update documentation for new tooling#455
Open
sandhose wants to merge 6 commits intoquenting/modern-tooling/aiohttpfrom
Open
Update documentation for new tooling#455sandhose wants to merge 6 commits intoquenting/modern-tooling/aiohttpfrom
sandhose wants to merge 6 commits intoquenting/modern-tooling/aiohttpfrom
Conversation
4 tasks
7ba52a0 to
8955880
Compare
57932bc to
b6531ee
Compare
e5cab6f to
c89a35e
Compare
0ecac1d to
9c5740a
Compare
fcf8ce2 to
5403098
Compare
9c5740a to
5d646f7
Compare
5403098 to
d0cea1d
Compare
5d646f7 to
66d915b
Compare
d0cea1d to
e0a99f3
Compare
66d915b to
dc43142
Compare
e0a99f3 to
55b4713
Compare
14afac6 to
933dc50
Compare
55b4713 to
8592607
Compare
933dc50 to
d423d69
Compare
4297e82 to
d7e0207
Compare
d423d69 to
c8c4724
Compare
d7e0207 to
5a1ae0f
Compare
c8c4724 to
475876b
Compare
5a1ae0f to
da1e07e
Compare
2d01ba7 to
a46865b
Compare
da1e07e to
1f402da
Compare
a46865b to
343056e
Compare
1f402da to
f5c3e91
Compare
343056e to
d0b7d3f
Compare
f5c3e91 to
2d16192
Compare
d0b7d3f to
0bf98da
Compare
2d16192 to
2f2a872
Compare
0bf98da to
5dbec70
Compare
2f2a872 to
be6956e
Compare
6cf0d3a to
a0f315d
Compare
be6956e to
e6b6eb8
Compare
a0f315d to
fbd5b3a
Compare
e6b6eb8 to
a01ee4d
Compare
fbd5b3a to
8f85065
Compare
44fd78f to
571943d
Compare
30260f7 to
8b0e3d4
Compare
571943d to
38323bd
Compare
8b0e3d4 to
b2c71c6
Compare
Replace all references to poetry, tox, and trial with their uv/ruff/pytest equivalents.
Update running instructions in README.md to use `uv run sygnal` instead of `python -m sygnal.sygnal`. Update WebPush VAPID key generation command in docs/applications.md.
Replace Buildkite reference with GitHub Actions. Remove stale _trial_temp* and .tox entries from .gitignore.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
b2c71c6 to
d00ad3b
Compare
fb6c10c to
475082f
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
python -m sygnal.sygnal→uv run sygnaluv runfor VAPID key generation.gitignore: remove_trial_temp*and.toxentriesuv runinscripts-dev/lint.shto match CONTRIBUTING.md instructionstox.inicomment inlint.shNotes
Test plan