X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/d5c95f6a8f274f42cce81bfe544266a7bb53474b..43b53a034c9e3ada9295bf7f93be473b66b74f75:/.vim/bundle/black/.github/ISSUE_TEMPLATE/style_issue.md diff --git a/.vim/bundle/black/.github/ISSUE_TEMPLATE/style_issue.md b/.vim/bundle/black/.github/ISSUE_TEMPLATE/style_issue.md deleted file mode 100644 index 2e4343a3..00000000 --- a/.vim/bundle/black/.github/ISSUE_TEMPLATE/style_issue.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -name: Style issue -about: Help us improve the Black style -title: "" -labels: "T: design" -assignees: "" ---- - -**Describe the style change** - - - -**Examples in the current _Black_ style** - - - -```python -def f(): - "Make sure this code is blackened""" - pass -``` - -**Desired style** - - - -```python -def f( - ): - pass -``` - -**Additional context** - -