Skip to content

Commit 72c3724

Browse files
committed
TOX: Make blue/isort fail on diff
1 parent fb0ca55 commit 72c3724

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ deps =
139139
isort[colors]
140140
skip_install = true
141141
commands =
142-
blue --diff --color nibabel
143-
isort --diff --color nibabel
142+
blue --check --diff --color nibabel
143+
isort --check --diff --color nibabel
144144
flake8 nibabel
145145

146146
[testenv:style-fix]

0 commit comments

Comments
 (0)