-
Notifications
You must be signed in to change notification settings - Fork 7
Modernize python template #103
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
Merged
Changes from 17 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
aed6bb4
Use groups
DarkaMaul 0c00234
Fix selftest
DarkaMaul f4ded9c
Add hatch build targets
DarkaMaul d5439a9
Fix selftest?
DarkaMaul 7182f40
Merge branch 'main' into dm/dep-group
woodruffw fbe292e
bump ruff version
Ninja3047 dca8e19
exclude /.github in source dist
Ninja3047 9e1fbc5
posix newline
Ninja3047 adc4a0b
update zizmor workflow to use the github actions
Ninja3047 26121f7
drop python 3.9, add 3.13
Ninja3047 97f5813
use uv github action to setup python version
Ninja3047 f839f8a
switch dependabot to track uv instead of pip
Ninja3047 d651385
remove edit target
Ninja3047 d0cc120
remove complicated venv management from Makefile
Ninja3047 6de1e81
rename reformat target to format
Ninja3047 cc00bcd
rename package target to build
Ninja3047 b0ebef0
Merge branch 'main' into modernize-python-template
Ninja3047 a09128c
switch to uv_build build backend
Ninja3047 4a9d8f1
bump minimum python version to 3.10 in pyproject.toml
Ninja3047 2509214
remove unecessary/unused dev dependencies.
Ninja3047 41e47ea
remove extra unused variable
Ninja3047 09c73ef
merge main
Ninja3047 856c54c
update zizmor workflow for repo
Ninja3047 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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| version: 2 | ||
|
|
||
| updates: | ||
| - package-ecosystem: pip | ||
| - package-ecosystem: uv | ||
| directory: / | ||
| groups: | ||
| python: | ||
|
|
||
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
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
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.