From 8ea32e647fec63ec75bfe960e591687d3ac31e69 Mon Sep 17 00:00:00 2001 From: Florimond Manca Date: Mon, 26 Aug 2019 22:16:51 +0200 Subject: [PATCH] Add tests to known first parties in isort config (#279) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3077d460..88442bc8 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 -- 2.47.3