black/.github/ISSUE_TEMPLATE.md
Hugo 9e9ee449b4 Link to GitHub + HTTPS + typos (#303)
* Link to GitHub, update 3.6 minor version

* http -> https

* Fix typos

* The Black style for Black, the project, is italics
2018-06-06 09:50:08 -07:00

441 B

Howdy! Sorry you're having trouble. To expedite your experience, provide some basics for me:

Operating system: Python version: Black version: Does also happen on master:

To answer the last question, follow these steps:

  • create a new virtualenv (make sure it's the same Python version);
  • clone this repository;
  • run pip install -e .;
  • make sure it's sane by running python setup.py test; and
  • run black like you did last time.