-
-
Notifications
You must be signed in to change notification settings - Fork 378
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* infra: move to ``PDM`` * fix(ci): resolve bad version arg * ci: run pre-commit * ci: fix version var * fix: update lockfile * fix(ci): lock latest, update ci, simplify install command * fix(ci): apply version arg to fix regression * fix(ci): apply version arg to fix regression * fix(ci): apply pre-commit * Update Makefile Co-authored-by: Cody Fincher <[email protected]> * Update pyproject.toml Co-authored-by: Cody Fincher <[email protected]> * Update pyproject.toml Co-authored-by: Cody Fincher <[email protected]> * chore: test cli and remove comments * ci: do not use prereleases * fix: typo --------- Co-authored-by: Cody Fincher <[email protected]>
- Loading branch information
1 parent
13e6977
commit a35d392
Showing
12 changed files
with
1,761 additions
and
2,683 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 |
---|---|---|
|
@@ -29,3 +29,8 @@ target/ | |
/docs/_build/ | ||
coverage.* | ||
setup.py | ||
|
||
# pdm | ||
.pdm.toml | ||
.pdm-python | ||
.pdm-build/ |
This file contains 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 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.