Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Bump isort from 5.7.0 to 5.8.0 #22

Merged
merged 2 commits into from
Apr 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dev =
flake8-implicit-str-concat==0.2.0
flake8-print==4.0.0
furo==2020.12.30b24
isort==5.7.0
isort==5.8.0
pre-commit==2.12.1
pytest==6.2.2
pytest-cov==2.11.1
Expand All @@ -53,7 +53,7 @@ lint =
flake8-absolute-import>=1.0
flake8-implicit-str-concat==0.2.0
flake8-print==4.0.0
isort==5.7.0
isort==5.8.0
yamllint==1.26.1
test =
pytest==6.2.2
Expand Down