Skip to content

Commit 423cbe1

Browse files
committed
runtests: add --diff to ISORT_ARGS
1 parent 707b60e commit 423cbe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
FLAKE8_ARGS = ['rest_framework', 'tests']
1515

16-
ISORT_ARGS = ['--recursive', '--check-only', '-o' 'uritemplate', '-p', 'tests', 'rest_framework', 'tests']
16+
ISORT_ARGS = ['--recursive', '--check-only', '--diff', '-o' 'uritemplate', '-p', 'tests', 'rest_framework', 'tests']
1717

1818

1919
def exit_on_failure(ret, message=None):

0 commit comments

Comments
 (0)