Remove seed-isort-config (#1321)

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.
This commit is contained in:
Johannes 2020-09-24 11:08:07 +01:00 committed by GitHub
parent 24da8d40ff
commit ac7704e78c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 4 deletions

View File

@ -29,6 +29,5 @@ trio
trio-typing
trustme
uvicorn
seed-isort-config
attrs>=19.3.0 # See: https://github.com/encode/httpx/pull/566#issuecomment-559862665

View File

@ -9,6 +9,5 @@ export SOURCE_FILES="httpx tests"
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

View File

@ -13,8 +13,6 @@ check_untyped_defs = True
[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