From: rht Date: Sun, 14 Feb 2021 15:32:29 +0000 (-0500) Subject: readme: Include Zulip in used-by section (#1987) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/3a309a36fcfc30a96a7fdd68b6b2c3aa2aa5341c readme: Include Zulip in used-by section (#1987) Zulip has recently formatted their code in Black and also set Black as a linter: https://github.com/zulip/zulip/pull/15662. See also https://chat.zulip.org/#narrow/stream/2-general/topic/black. --- diff --git a/README.md b/README.md index 83ecb89..97df938 100644 --- a/README.md +++ b/README.md @@ -454,7 +454,7 @@ then 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, Bandersnatch, Pipenv, virtualenv), pandas, Pillow, -every Datadog Agent Integration, Home Assistant. +every Datadog Agent Integration, Home Assistant, Zulip. The following organizations use _Black_: Facebook, Dropbox, Mozilla, Quora.