From d57f9a41bb2ca24acd90ad6f0c0402d11c65c8be Mon Sep 17 00:00:00 2001 From: Swen Kooij Date: Sat, 13 Mar 2021 13:32:01 +0200 Subject: [PATCH] Mark pytest as a third-party library for isort Not sure why it doesn't get that. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 207156e..51575e1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,4 +9,4 @@ lines_between_types=1 include_trailing_comma=True not_skip=__init__.py known_standard_library=dataclasses -known_third_party=django_bleach,bleach +known_third_party=django_bleach,bleach,pytest