]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Add tests to known first parties in isort config (#279)
authorFlorimond Manca <florimond.manca@gmail.com>
Mon, 26 Aug 2019 20:16:51 +0000 (22:16 +0200)
committerSeth Michael Larson <sethmichaellarson@gmail.com>
Mon, 26 Aug 2019 20:16:51 +0000 (15:16 -0500)
setup.cfg

index 3077d4606194fc2f1f684286c74ac9eeaf54c566..88442bc80cb6c915d38da88d8ffabfff7e0d4956 100644 (file)
--- 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