Skip to content

Commit

Permalink
Drop obsolete seed-isort-config (#50)
Browse files Browse the repository at this point in the history
According to https://github.com/asottile-archive/seed-isort-config
seed-isort-config is no longer needed as of isort>=5
  • Loading branch information
EdwardBetts authored Aug 3, 2022
1 parent 87e442b commit 8ef110d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ pytest
pytest-asyncio
pytest-cov
pytest-trio
seed-isort-config
starlette==0.13.*
trio
1 change: 0 additions & 1 deletion scripts/lint
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ export SOURCE_FILES="src tests"
set -x

${PREFIX}autoflake --in-place --recursive $SOURCE_FILES
${PREFIX}seed-isort-config --application-directories=src
${PREFIX}isort $SOURCE_FILES
${PREFIX}black --target-version=py36 $SOURCE_FILES

0 comments on commit 8ef110d

Please sign in to comment.