-
Notifications
You must be signed in to change notification settings - Fork 10
[MNT] Setup uv #529
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
Merged
[MNT] Setup uv #529
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
c2cb4a6
Setup uv
surchs 5f78498
Remove requirements.txt
surchs 1aacc74
fix test install
surchs 01e3202
Remove uv from CI pipelines
surchs 0bbc967
Add uv prebuild layer for dependencies
surchs 480f45d
Update description
surchs 79af27b
Add (temporary) dependabot runner
surchs a340d64
Undo superfluous top level TOC bullet
surchs 880f94e
Code review suggestions
surchs 8e2e987
Update dev dependencies
surchs 01c164a
Configure pyproject and other config
surchs b1f3158
Regen uv lock
surchs 5d127e5
Update README.md
surchs 6e63af6
Update README.md
surchs 897271d
Update README.md
surchs b311b3e
Update README.md
surchs f169794
Update README.md
surchs eefd44c
Update README.md
surchs a0bdcbc
Apply suggestions from code review
surchs a4ef3bf
Fix mypy type errors
surchs 09c9733
Bring back orjson
surchs 3f3817f
Add explanation on how to use lockfile
surchs 3bb02dd
Apply suggestions from code review
surchs 72c6dd8
Code review suggestions
surchs 6b514f2
Base CI test wf on uv
surchs af95cef
Bring back types
surchs 8341af4
Fixing type errors
surchs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| ; Flake8 does not natively support configuration via pyproject.toml. | ||
| ; See https://github.com/microsoft/vscode-flake8/issues/135 | ||
|
|
||
| [flake8] | ||
| extend-ignore = E501, E203 | ||
| extend-select = B950 | ||
| exclude = | ||
| build, | ||
| dist, |
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
surchs marked this conversation as resolved.
Show resolved
Hide resolved
|
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
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
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
surchs marked this conversation as resolved.
Show resolved
Hide resolved
|
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.