Skip to content
This repository was archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
ISSUE_TEMPLATE.md: Add mention of online formatter (pytest-dev#481)
Browse files Browse the repository at this point in the history
People can try out https://black.now.sh/?version=master to test against master. That should make issue reporting easier.

See jpadilla/black-playground#6 (comment). Thanks @jpadilla!
  • Loading branch information
madig authored and zsol committed Aug 27, 2018
1 parent 66a6be6 commit 7613a49
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ 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.
To answer the last question, you have two options:
1. Use the online formatter at https://black.now.sh/?version=master, which will use the latest master branch.
2. Or run black on your machine:
* 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.

0 comments on commit 7613a49

Please sign in to comment.