X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/720dd415f7847c9b6e3b22f7d68b31c89fa58e03..6aef6c9d458e8df88f510e94c18f216232b6a786:/README.md?ds=inline diff --git a/README.md b/README.md index 0d535d9..90c169f 100644 --- a/README.md +++ b/README.md @@ -178,14 +178,14 @@ great. ```py3 # in: -l = [1, +j = [1, 2, 3, ] # out: -l = [1, 2, 3] +j = [1, 2, 3] ``` If not, *Black* will look at the contents of the first outer matching @@ -943,7 +943,7 @@ write the above files to `.cache/black//`. The following notable open-source projects trust *Black* with enforcing a consistent code style: pytest, tox, Pyramid, Django Channels, Hypothesis, attrs, SQLAlchemy, Poetry, PyPA applications (Warehouse, Pipenv, virtualenv), -every Datadog Agent Integration. +pandas, Pillow, every Datadog Agent Integration. Are we missing anyone? Let us know.