Skip to content

Commit 8ea32e6

Browse files
florimondmancasethmlarson
authored andcommitted
Add tests to known first parties in isort config (#279)
1 parent 3674058 commit 8ea32e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ignore_missing_imports = True
1010
combine_as_imports = True
1111
force_grid_wrap = 0
1212
include_trailing_comma = True
13-
known_first_party = httpx
13+
known_first_party = httpx,tests
1414
known_third_party = brotli,certifi,chardet,cryptography,h11,h2,hstspreload,nox,pytest,rfc3986,setuptools,trustme,uvicorn
1515
line_length = 88
1616
multi_line_output = 3

0 commit comments

Comments
 (0)