generated from aboutcode-org/skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 36
Update skeleton #604
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
Update skeleton #604
Conversation
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
Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Chin Yeung Li <tli@nexb.com>
Drop deprecated macos-12 runner
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Update CI/Actions runners
* Use ruff config and Make commands from scancode.io Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Add support for new OS versions
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* remove CI scripts and use Makefile targets instead * ensure doc8 runs quiet * add new docs-check make target to run documentation and links checks * update oudated doc for docs contribution Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Instead of testing ... and update references accordingly Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Not used anymore Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Add code style checks
Signed-off-by: Jono Yang <jyang@nexb.com>
0ee754d
to
399667f
Compare
Signed-off-by: Jono Yang <jyang@nexb.com>
399667f
to
cf2bce2
Compare
Signed-off-by: Jono Yang <jyang@nexb.com>
5242b96
to
7282257
Compare
Signed-off-by: Jono Yang <jyang@nexb.com>
d93d0a9
to
e46672a
Compare
e46672a
to
43510f0
Compare
Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang
added a commit
that referenced
this pull request
Apr 14, 2025
* Create script to update repo skeleton #80 Signed-off-by: Jono Yang <jyang@nexb.com> * Update link references of ownership from nexB to aboutcode-org Signed-off-by: Chin Yeung Li <tli@nexb.com> * Drop deprecated macos-12 runner * Update CI/Actions runners Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com> * Replace black and isort with ruff * Use ruff config and Make commands from scancode.io Signed-off-by: Jono Yang <jyang@nexb.com> * Use org standard 100 line length Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Lint all common code directories Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Remove unused targets Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Improve import sorting Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Apply small code updates Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Format code Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Apply cosmetic refactorings Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Reformat test code Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Format code Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Refine ruff configuration Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Format doc Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Run doc8 on all rst files Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Enable doc style checks Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Add support for new OS versions Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Update scripts aboutcode references Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Do not format more test data Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Do not treat rst as Python Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Combine testing and docs extra for simplicity Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Refine checking of docs with doc8 Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Refine doc handling * remove CI scripts and use Makefile targets instead * ensure doc8 runs quiet * add new docs-check make target to run documentation and links checks * update oudated doc for docs contribution Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Add twine check to release publication Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Refine doc contribution docs Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Replace black and isort with ruff * Use ruff config and Make commands from scancode.io Signed-off-by: Jono Yang <jyang@nexb.com> * Use org standard 100 line length Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Lint all common code directories Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Remove unused targets Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Improve import sorting Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Apply small code updates Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Format code Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Apply cosmetic refactorings Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Reformat test code Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Format code Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Refine ruff configuration Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Format doc Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Run doc8 on all rst files Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Enable doc style checks Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Do not format more test data Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Do not treat rst as Python Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Combine testing and docs extra for simplicity Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Refine checking of docs with doc8 Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Refine doc handling * remove CI scripts and use Makefile targets instead * ensure doc8 runs quiet * add new docs-check make target to run documentation and links checks * update oudated doc for docs contribution Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Add twine check to release publication Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Refine doc contribution docs Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Update codestyle command * Remove trailing whitespace Signed-off-by: Jono Yang <jyang@nexb.com> * Update README.rst Signed-off-by: Jono Yang <jyang@nexb.com> * Update BUILDDIR envvar in docs/Makefile Signed-off-by: Jono Yang <jyang@nexb.com> * Fix doc line length Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Format code Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Correct supported runner on Azure See for details: https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml macOS ARM images do not seem to be supported there Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Add code checks to CI Remove running "make check" as a test Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Revert support for Python 3.13 This is not yet supported everywhere Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Ignore local .env file Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Add correct extras for documentation Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Improve MANIFEST Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Improve cleaning on POSIX Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Rename dev extra to "dev" Instead of testing ... and update references accordingly Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Add more excludes from tests Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Do not lint django migrations Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Add README.rst to list of "license files" Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Use Python 3.9 as lowest suupported version Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Drop pycodestyle Not used anymore Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Bump pytest minimal version Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Fix ci documentation check command Signed-off-by: Jono Yang <jyang@nexb.com> * Fix code style Signed-off-by: Jono Yang <jyang@nexb.com> * Update sphynx conf.py Signed-off-by: Jono Yang <jyang@nexb.com> * Reformat code Signed-off-by: Jono Yang <jyang@nexb.com> * Update conf.py Signed-off-by: Jono Yang <jyang@nexb.com> --------- Signed-off-by: Jono Yang <jyang@nexb.com> Signed-off-by: Chin Yeung Li <tli@nexb.com> Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com> Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> Co-authored-by: Chin Yeung Li <tli@nexb.com> Co-authored-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com> Co-authored-by: Philippe Ombredanne <pombredanne@nexb.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.