From ddcb77be014329002aec9925c3ba0f0113ed4d50 Mon Sep 17 00:00:00 2001 From: Ryan P Kilby Date: Sat, 25 Nov 2017 21:19:55 -0500 Subject: [PATCH] Add _pytest to .isort.cfg --- .isort.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.isort.cfg b/.isort.cfg index 4d4a6a509..fd9c67a97 100644 --- a/.isort.cfg +++ b/.isort.cfg @@ -3,5 +3,5 @@ skip=.tox atomic=true multi_line_output=5 known_standard_library=types -known_third_party=pytest,django +known_third_party=pytest,_pytest,django known_first_party=rest_framework