Add tests to known first parties in isort config (#279)
This commit is contained in:
parent
3674058ff7
commit
8ea32e647f
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user