From 23c14f09ce162a64c89e3742b5518993b2d38834 Mon Sep 17 00:00:00 2001 From: florimondmanca Date: Mon, 26 Aug 2019 22:08:43 +0200 Subject: [PATCH] Add tests to known first parties in isort config --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3077d46061..88442bc80c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,7 @@ ignore_missing_imports = True combine_as_imports = True force_grid_wrap = 0 include_trailing_comma = True -known_first_party = httpx +known_first_party = httpx,tests known_third_party = brotli,certifi,chardet,cryptography,h11,h2,hstspreload,nox,pytest,rfc3986,setuptools,trustme,uvicorn line_length = 88 multi_line_output = 3