X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/2f3fa1f6d0cbc2a3f31c7440c422da173b068e7b:/.github/ISSUE_TEMPLATE/style_issue.md..dc71922c768e543c9c3bbb1db5ea6d7fa801a814:/.vim/bundle/black/.github/ISSUE_TEMPLATE/static/gitweb.js diff --git a/.github/ISSUE_TEMPLATE/style_issue.md b/.github/ISSUE_TEMPLATE/style_issue.md deleted file mode 100644 index 2e4343a..0000000 --- a/.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** - -