-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* replace config files with pyproject.toml * update actions * change fail threshold for pylint * reformat file for test * reformat all files with new black config * address some pylint concerns * transition scripts to pyproject.toml file - drops some scripts for the moment * add demos folder to package list * rename demos to scripts - rename folder with scripts - rename entry points to be more consistent * fix error in scope demo * add licens info and optional dependencies
- Loading branch information
Showing
32 changed files
with
569 additions
and
1,502 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,5 +11,3 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: psf/black@stable | ||
with: | ||
options: "--verbose" |
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.