From 4a8136385307f7e3af3b47e33a8994a5b3beeebb Mon Sep 17 00:00:00 2001 From: Swen Kooij Date: Sun, 20 Oct 2019 17:51:51 +0300 Subject: [PATCH] django_bleach is a known third party library --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 66ce13c..207156e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,3 +9,4 @@ lines_between_types=1 include_trailing_comma=True not_skip=__init__.py known_standard_library=dataclasses +known_third_party=django_bleach,bleach