From: Florimond Manca Date: Mon, 26 Aug 2019 20:16:51 +0000 (+0200) Subject: Add tests to known first parties in isort config (#279) X-Git-Tag: 0.7.2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ea32e647fec63ec75bfe960e591687d3ac31e69;p=thirdparty%2Fhttpx.git Add tests to known first parties in isort config (#279) --- 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