Skip to content

Commit f719258

Browse files
Add caution to the playground mention (psf#4352)
1 parent ccfb0db commit f719258

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ current development version. To confirm this, you have three options:
1212
1313
1. Update Black's version if a newer release exists: `pip install -U black`
1414
2. Use the online formatter at <https://black.vercel.app/?version=main>, which will use
15-
the latest main branch.
15+
the latest main branch. Note that the online formatter currently runs on
16+
an older version of Python and may not support newer syntax, such as the
17+
extended f-string syntax added in Python 3.12.
1618
3. Or run _Black_ on your machine:
1719
- create a new virtualenv (make sure it's the same Python version);
1820
- clone this repository;

0 commit comments

Comments
 (0)