Skip to content

Commit a03b89f

Browse files
committed
Restrict isort to rest_framework and tests directories
1 parent d979dc6 commit a03b89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: runtests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
FLAKE8_ARGS = ['rest_framework', 'tests', '--ignore=E501']
1616

17-
ISORT_ARGS = ['--recursive', '--check-only', '.']
17+
ISORT_ARGS = ['--recursive', '--check-only', 'rest_framework', 'tests']
1818

1919
sys.path.append(os.path.dirname(__file__))
2020

0 commit comments

Comments
 (0)