-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
include py.typed file & port to pixi (#52)
* include py.typed file & port to pixi * lint * does this work? * no outside codeowners * try quoted path * escape * lint * is this caused by the report var? * try runner temp * fixed upstream * Update .github/workflows/ci.yml Co-authored-by: Pavel Zwerschke <[email protected]> * Update pyproject.toml Co-authored-by: Pavel Zwerschke <[email protected]> * use hatchling to build * remove old flake config * keep src folder * use setuptools-scm * set package-dir folder * keep pull_request trigger * use mypy pre-commit hook * use stubs dir, mypy still failing * add ruff cache to gitignore * fix mypy * add build workflow * use pixi to build pypi package * use v0.8.0 * cleanup build.yml * keep branches * Update .gitattributes Co-authored-by: Pavel Zwerschke <[email protected]> * include taplo * only publish on tags * checkout with history * always set checkout options * bye * just use packages list * update readme * dynamically set version --------- Co-authored-by: Pavel Zwerschke <[email protected]>
- Loading branch information
Showing
30 changed files
with
4,452 additions
and
557 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
* @jonashaag | ||
* @0xbe7a | ||
* @pavelzw |
Oops, something went wrong.