Skip to content

Commit

Permalink
MNT: Avoid isort version with broken extras
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Dec 12, 2023
1 parent c9e7795 commit 33363bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ labels = check
deps =
flake8
blue
isort[colors]
# Broken extras, remove when fix is released
isort[colors]!=5.13.1
skip_install = true
commands =
blue --check --diff --color nibabel
Expand All @@ -153,7 +154,7 @@ description = Auto-apply style guide to the extent possible
labels = pre-release
deps =
blue
isort[colors]
isort
skip_install = true
commands =
blue nibabel
Expand Down

0 comments on commit 33363bf

Please sign in to comment.