As of isort 5 seed-isort-config is no longer needed.
We can get rid of some explicit config too as it's now more clever.
trio-typing
trustme
uvicorn
-seed-isort-config
attrs>=19.3.0 # See: https://github.com/encode/httpx/pull/566#issuecomment-559862665
set -x
${PREFIX}autoflake --in-place --recursive $SOURCE_FILES
-${PREFIX}seed-isort-config --application-directories=httpx
${PREFIX}isort --project=httpx $SOURCE_FILES
${PREFIX}black --target-version=py36 $SOURCE_FILES
[tool:isort]
profile = black
combine_as_imports = True
-known_first_party = httpx,tests
-known_third_party = brotli,certifi,cryptography,httpcore,pytest,rfc3986,setuptools,sniffio,trio,trustme,uvicorn
[tool:pytest]
addopts = --cov=httpx --cov=tests -rxXs