Closed
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
Contributor
Author
|
@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. |
Contributor
|
This PR is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days |
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
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.
What kind of change does this PR introduce?
Description:
ignoreconfiguration formatChecklist: