-
Notifications
You must be signed in to change notification settings - Fork 42
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
Workflow action updates and fixes #87
base: main
Are you sure you want to change the base?
Workflow action updates and fixes #87
Conversation
…module" AttributeError Caused by modules not correctly loaded into namespace from commit due to Issue ml-tooling#57. Modules now correctly loaded into namespace. Fixes AttributeError("'FileFinder' object has no attribute 'find_module'") (ml-tooling#69) Prioritized "find_spec" and falls back to "find_module" from loader if find_spec not available. Some whitespace removal.
Modify argument regex Fix Colon use in docstring in arguments blocks now formatted correctly. Change argument detection to last colon in line. Added support for "Reference" as a block header. Convert quote block to admonition blocks Added Github admonition quote block support. Added start line anchor to regex Changed "```" code snippet boundary detection from startswith to regex to prevent false positives. Rework docstring markdown render. Solves issue ml-tooling#80 Improved whitespace and newline rendering. Accepts more native markdown syntax without garbling render. Solves Issue ml-tooling#82 Enumerate the docstring to detect end of docstring to appropriately close literal blocks, doctest and code blocks Update literal blocks logic and format. Syntax is same as reStructured text
Add private_modules arg
…-tooling#72) Observed in python 3.8, constructor for dataclasses had different function signature
Bump actions/stale dependency to v9 Added close message for stale issue/pr
actions/checkout to v4
Bump actions/checkout to v4 Bump peterjgrainger/action-create-branch to v3 Bump stefanzweifel/git-auto-commit-action to v5
Moved actions/labeler dependency from `main` to `v5`. Bump TimonVS/pr-labeler-action dependency from `v3` to `v5`. Update pr-labeler workflow config
@lukasmasuch I looked at the build workflow. I got it working to building the project and reporting failures. Tested the build workflow locally. When i suppressed all the mypy error. Build still reported failure but everything appeared to run just fine. Some notes:
pr-labeler
close-stale-issues could not be run locally PS. i did not realize that my previous PR that i merged into my main branch would be tagging along in this PR. |
What kind of change does this PR introduce?
Description:
ignore
configuration formatChecklist: