X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/47480ca33143b250cb33ba501f201838269173ce..43b53a034c9e3ada9295bf7f93be473b66b74f75:/.vim/bundle/black/.github/ISSUE_TEMPLATE/bug_report.md diff --git a/.vim/bundle/black/.github/ISSUE_TEMPLATE/bug_report.md b/.vim/bundle/black/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 48aa9291..00000000 --- a/.vim/bundle/black/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,64 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve Black's quality -title: "" -labels: "T: bug" -assignees: "" ---- - - - -**Describe the bug** - - - -**To Reproduce** - - - -For example, take this code: - -```python -this = "code" -``` - -And run it with these arguments: - -```sh -$ black file.py --target-version py39 -``` - -The resulting error is: - -> cannot format file.py: INTERNAL ERROR: ... - -**Expected behavior** - - - -**Environment** - - - -- Black's version: -- OS and Python version: - -**Additional context** - -