-
-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into reverse-mustache
* master: (29 commits) Merge publish and test workflows Handle nested square brackets in type hints (#185) Improve changelog format and add publish release action Only run publish workflow after successful test workflow Bump version to 0.6.1 Remove one-line-sphinx-notypes and update changelog Add example documentation of docstring formats (#224) Rename oneline-rst to one-line-sphinx Bump version to 0.6.0 Fixes #212: Parse Literal type hints in function definition (#223) Add debug log statements Update all dependencies (#222) Add more notypes docstring templates (#221) Fixes #94: Switch square brackets in placeholder to underscores (#220) Avoid extra newlines in templates (#203) Add oneline-rst docstring to menu and readme so its accessible (#195) Add PEP 604 style type hint support (#218) Fix yield underline in numpy template (#216) Update READEME Switch to github actions (#214) ...
- Loading branch information
Showing
62 changed files
with
1,688 additions
and
780 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
github: NilsJPWerner |
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,38 +1,51 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
title: "" | ||
labels: bug | ||
assignees: '' | ||
|
||
assignees: "" | ||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**Versions (please complete the following information):** | ||
- autoDocstring Version: | ||
- Operating System: | ||
- Vscode Version: | ||
|
||
- autoDocstring Version: | ||
- Operating System: | ||
- Vscode Version: | ||
|
||
**Original Code (with line to generate on):** | ||
|
||
```python | ||
# generate on this line | ||
``` | ||
|
||
**Expected Result:** | ||
|
||
```python | ||
|
||
``` | ||
|
||
**Actual Result:** | ||
|
||
```python | ||
|
||
``` | ||
|
||
**Stack trace:** | ||
If an error was reported by autodocstring please copy the stack trace from the `autoDocstring` output channel. | ||
**Debug log:** | ||
Set `autoDocstring.logLevel` to "Debug", recreate the bug, and then copy the debug logs from the `autoDocstring` output channel. | ||
|
||
``` | ||
``` | ||
|
||
**Stack trace:** | ||
If an error was reported by autoDocstring please copy the stack trace from the `autoDocstring` output channel. | ||
|
||
``` | ||
``` | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
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 |
---|---|---|
|
@@ -9,3 +9,4 @@ test_* | |
*.psd | ||
todo | ||
scratch | ||
autodocstring-*.vsix |
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
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.