X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/47480ca33143b250cb33ba501f201838269173ce..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 a9ce85fd..00000000 --- a/.vim/bundle/black/.github/ISSUE_TEMPLATE/style_issue.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -name: Code style issue -about: Help us improve the Black code style -title: "" -labels: "T: style" -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** - -