Skip to content

Commit 71b502a

Browse files
committed
Note about black version support
1 parent c1be01c commit 71b502a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ To avoid unexpected results you should make sure `yapf` and `autopep8` are not i
2222
- Text selections are treated as if they were a separate Python file.
2323
Unfortunately this means you can't format an indented block of code.
2424
- `python-lsp-black` will use your project's [pyproject.toml](https://github.com/psf/black#pyprojecttoml) if it has one.
25+
- `python-lsp-black` only officially supports the latest stable version of [black](https://github.com/psf/black). An effort is made to keep backwards-compatibility but older black versions will not be actively tested.
2526

2627
# Development
2728

0 commit comments

Comments
 (0)